FundPay

Create withdrawal

Pay out funds from your account to a destination bank account.

API credentials

Enter your own merchant credentials to test the integration. Pre-filled with sandbox defaults.

Withdrawal details

Amount, reference, and description.

Destination bank account

Where the withdrawal will be paid out.

Request payload

Live preview of the JSON sent to create the withdrawal. Secrets are masked; timestamp and signature are generated on submit.

{
  "merchant_id": "7acbb1e0-d887-481c-a187-075c9612ca23",
  "amount": null,
  "currency": "THB",
  "reference": "",
  "description": "Withdrawal for merchant",
  "source_bank_account": {
    "bank_code": "",
    "account_number": "",
    "account_name": ""
  },
  "x_api_key": "••••••••",
  "timestamp": "(generated on submit)",
  "signature": "(generated on submit)"
}
Cancel