1. Withdrawal(V2)
VA-POBO-V2
  • API
    • Webhook
    • Idempotent Requests
    • Crypto Payment
      • Crypto Checkout
        • Create Crypto Checkout
        • Create Crypto Checkout Link
        • Crypto Checkout Wallet Connection
        • Generate POS Payment Request
        • Close Crypto Checkout
        • Get Convertible Cryptos
        • Get Crypto Checkout
        • Get Crypto Checkout Link
        • Get Crypto Checkout Currencies
        • Crypto Checkout Webhook
      • Crypto Deposit
        • Update Crypto Deposit Travel Rule Info
        • Add TravelRule Info
        • Get Crypto Deposit Wallet
        • Get Crypto Deposit Wallet 1231
        • Get Crypto Deposit
        • Get Crypto Deposit History
        • Get Crypto Deposit History 1230
        • Crypto Deposit Webhook
      • Crypto Withdrawal
        • Create Crypto Withdrawal
        • Register Wallet Address
        • Remove Wallet Address
        • Get Crypto Withdrawal
        • Get Crypto Withdrawal History
        • Get Wallet Address
        • Crypto Withdrawal Webhook
        • Get Crypto Withdrawal History 0122
      • Crypto Collection
        • Buyer Management
          • Create Buyer
          • Get Buyer
          • Update Buyer
          • Buyer Status Webhook
        • Create Collection Wallet
        • Update Collection Wallet
        • Update Co-KYT status
        • Get Collection Wallet
        • Get Collection Wallet 0115
        • Get Crypto Collection
        • Crypto Collection Webhook
        • Crypto Collection Wallet Webhook
      • Crypto Refund
        • Create Crypto Refund
        • Confirm Crypto Refund
        • Confirm Crypto Refund 1229
        • Get Crypto Refund
        • Crypto Refund Webhook
      • currency & blockchain
        • Get Supported Blockchains
    • Fiat Payment(V2)
      • Bank Acount Management(V2)
        • Get Fiat Account Capabilities
        • Create Fiat Account Request
        • Submit Additional Information for Fiat Account Request
        • Create Fiat Account Application
        • onboarding+va
        • Get Fiat Account Application Status
        • Get Deposit Bank Account
        • Add Bank Account
        • Get Bank Accounts
        • Fiat Account Request Status Webhook
        • Get Fiat Account Capabilities(new)
        • Create Fiat Account Request(new)
        • Submit Additional Information for Fiat Account Request(new)
      • Withdrawal(V2)
        • Get Fiat Payout Capabilities
          GET
        • Get Fiat Withdrawal History
          GET
        • Create Fiat Withdrawal
          POST
        • Create Fiat Withdrawal(new)
          POST
        • Get Fiat Withdrawal Detail
          GET
        • pobo
          GET
        • Fiat Withdrawal Webhook
        • Get List of Currencies that Supports Same-Name Withdrawal
          GET
        • Fiat Payout Onboarding Status Webhook
        • Get Fiat Payout Capabilities(new)
          GET
        • Onboard Fiat Payout Capability
          POST
        • Onboard Fiat Payout Capability(new)
          POST
        • Submit Additional Information for Fiat Withdrawal Request
          POST
        • Submit Additional Information for Fiat Withdrawal Request(new)
          POST
        • Submit Additional Information for Fiat Payout Capability Onboarding
          POST
        • Submit Additional Information for Fiat Payout Capability Onboarding(new)
          POST
      • Deposit
        • Get Fiat Deposit Detail
        • Get Fiat Deposit History
        • Fiat Deposit Webhook
    • Authentication
      • Get Token
    • Account Management
      • Internal Transfer
      • Get Statement
      • Get Balance
      • Get Balance 0119
      • Get Internal Transfer
    • Merchant Management
      • Create Merchant
      • Create Merchant 260104
      • Update Merchant
      • Get Merchant
      • Merchant Status Webhook
      • Create Merchant Copy
    • Conversion
      • Create Quotation
      • Create Conversion
      • Get Quotation
      • Get Conversion
      • Get Conversion History
      • Conversion Webhook
    • Settlement
      • Get Settlement Statement
      • Settlement Status Webhook
    • Tool
      • Upload File Copy
      • getTnC
      • Upload File
  1. Withdrawal(V2)

Create Fiat Withdrawal

POST
/v1.0/payment/fiat/createWithdrawal
Submit withdrawal request.

Request

Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Body Params application/json

Example
{
    "participantCode": "string",
    "requireSameNamePayout": true,
    "withdrawalType": 1,
    "currency": "string",
    "amount": 0,
    "swiftChargingCode": 1,
    "to": "string",
    "paymentReference": "string",
    "clientReference": "string",
    "bankInfo": {
        "type": 1,
        "typeOfThirdParty": 1,
        "corporateCountryCode": "string",
        "label": "string",
        "bankAccountNumber": "string",
        "swiftCode": "string",
        "bankName": "string",
        "bankAddress": "string",
        "bankCountry": "string",
        "bankState": "string",
        "bankCity": "string",
        "postCode": "string",
        "routingNumber": "string",
        "intermediaryBank": [
            {
                "currency": "string",
                "swiftCode": "string",
                "bankName": "string",
                "bankAddress": "string",
                "bankCountry": "string"
            }
        ],
        "relationshipWithThirdParty": 1,
        "otherRelationship": "string",
        "beneficiaryOfThirdParty": {
            "name": "string",
            "email": "string",
            "addressInfo": {
                "country": "string",
                "state": "string",
                "city": "string",
                "postCode": "string",
                "addressLine1": "string",
                "addressLine2": "string"
            }
        }
    },
    "purposeOfTransaction": "string",
    "proofFile": "string",
    "idorPassportFile": "string",
    "fields": [
        {
            "field": "string",
            "type": "integer",
            "value": 0
        }
    ]
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://dev-api.mce.sg/v1.0/payment/fiat/createWithdrawal' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "participantCode": "string",
    "requireSameNamePayout": true,
    "withdrawalType": 1,
    "currency": "string",
    "amount": 0,
    "swiftChargingCode": 1,
    "to": "string",
    "paymentReference": "string",
    "clientReference": "string",
    "bankInfo": {
        "type": 1,
        "typeOfThirdParty": 1,
        "corporateCountryCode": "string",
        "label": "string",
        "bankAccountNumber": "string",
        "swiftCode": "string",
        "bankName": "string",
        "bankAddress": "string",
        "bankCountry": "string",
        "bankState": "string",
        "bankCity": "string",
        "postCode": "string",
        "routingNumber": "string",
        "intermediaryBank": [
            {
                "currency": "string",
                "swiftCode": "string",
                "bankName": "string",
                "bankAddress": "string",
                "bankCountry": "string"
            }
        ],
        "relationshipWithThirdParty": 1,
        "otherRelationship": "string",
        "beneficiaryOfThirdParty": {
            "name": "string",
            "email": "string",
            "addressInfo": {
                "country": "string",
                "state": "string",
                "city": "string",
                "postCode": "string",
                "addressLine1": "string",
                "addressLine2": "string"
            }
        }
    },
    "purposeOfTransaction": "string",
    "proofFile": "string",
    "idorPassportFile": "string",
    "fields": [
        {
            "field": "string",
            "type": "integer",
            "value": 0
        }
    ]
}'

Responses

🟢200Success
application/json
Body

Example
{
    "success": false,
    "code": 10006,
    "msg": "Invalid token",
    "data": null,
    "currencyConvertInfoList": null
}
🟠401Unauthorized
Modified at 2026-01-20 08:27:54
Previous
Get Fiat Withdrawal History
Next
Create Fiat Withdrawal(new)
Built with