API Documentation
  1. Payload Sample
API Documentation
  • Checkout Page
  • Payin - KRW (Server to Server)
  • Purpose Code
  • API Documentation
    • Master Data
      • Get All Country & Currency Code
    • Payin Method
      • Get All Payin Method
      • Get Required Fields by Payin method
    • Payout Method
      • Get Required Fields by Payout method
      • Get All Payout Method
    • Payout Beneficiary
      • Create Payout Beneficiary
      • Update Payout Beneficiary
      • Get All Payout Beneficiary
      • Get Payout Beneficiary by Id
      • Validation by Id
      • Validation by Body
    • Payin
      • Create Payin
      • Simulate Payin
      • Retrieve Payin
      • Retrieve Payin Memo (PDF)
      • Create Virtual Account
    • Payout
      • Create Payout
      • Simulate Payout
      • Retrieve Payout Memo (PDF)
      • Retrieve Payout
      • Get All Payout
    • Checkout
      • Create Payment Request
      • Get All Checkout
      • Get Detail Checkout
      • Cancel Checkout
      • Get VA Bank Information [KRW]
      • Create New Checkout
    • Transaction
      • Find Transaction by Id
      • Get All Transaction
    • Wallet
      • Create Wallet
      • Get All Wallet
      • Get by Wallet Id
    • Customer
      • Create Customer
      • Update Customer
      • Get All Customer
      • Get Detail Customer by Id
      • Check Is Customer Wallet Ready
      • Enable Customer
      • Disable Customer
      • Delete Customer
    • Webhook
      • Webhook PAYIN SUCCESS
      • Webhook PAYIN FAILED
      • Webhook PAYOUT SUCCESS
      • Webhook PAYOUT FAILED
      • VA Register Callback
    • Get List Payment Method by Currency
      GET
  • Features Documentation
    • Dashboard
    • Transaction
      • Payin
      • Payout
      • Rolling Reserve
      • Refund Request
    • Finance
      • Settlement Report APM
      • Settlement Report CARD
      • History Balance APM
      • History Balance CARD
    • Account
      • Profile Account
      • Manage Users
    • Setting
      • Integration Details
  • Payload Sample
    • Payout Payload Example
  1. Payload Sample

Payout Payload Example

SGD#

Domestic Payout via FAST Network in Singapore#

{"payout_beneficiary_param": {
    "individual": {
      "first_name": "Devtes",
      "last_name": "Tes"
    },
    "account_number": "1234567",
    "base_param":{
      "bank_name":"OCBC"
     }
  },
  "sender_amount": 50,
  "sender_currency": "SGD",
  "beneficiary_currency": "SGD",
  "beneficiary_country": "SG",
  "payout_method_name": "sg_bank_fastpayment_sgd",
  "purpose_code": "SELF"
}

THB#

Thailand Local Payout to Bank Account#

{"payout_beneficiary_param": {
    "individual": {
      "first_name": "Bendev",
      "last_name": "THB",
      "address_line1":"semarang",
      "address_city":"semarang",
      "address_country":"TH"
    },
    "account_number":"1234567891",
    "base_param": {
      "bank_name": "BNPP"
    }
  },
  "sender_amount": 10,
  "sender_currency": "THB",
  "beneficiary_currency": "THB",
  "beneficiary_country": "TH",
  "payout_method_name": "th_bank_acct_thb",
  "purpose_code": "SELF"
}
Previous
Integration Details