Create Withdrawal

Money-out Create Withdrawal

POST [BASEURL]/api/withdrawal-balance

Create a payout/transfer from your money-out balance to a beneficiary bank account.

Headers

Key
Value

x-api-key

[Your API Key]

secret-token

[Your Secret Key]

Authorization

Body

{
    "no_reference" : "MC909109111912",
    "amount" : "10000",
    "account_holder_name" : "TESTING",
    "account_number" : "12330922231",
    "bank_id" : "6",
    "channel" : "domestic_transfer",
    "description" : "test disbursement"
}

Response

Payment Method Enum

Enum Value
Bank ID
Description

ovo

E-Wallet Ovo

dana

E-Wallet Dana

gopay

E-Wallet Gopay

Last updated