🇮🇩Indonesia
Wallets
payout_method.type = wallet
payout_method.payment_method = wallets
Example Wallet Payload
{
"payout_method": {
"type": "wallet",
"payment_method": "DOKU",
"beneficiary": {
"name": "John Doe",
"payout_method_details": {
"phone_number": "+62222222222",
"account_number": "",
"bank_code": "DOKU"
}
}
},
"amount": {
"value": 500,
"currency_code": "IDR"
},
"country_code": "ID",
"purpose": "salaries",
"reference": "Invoice #12345",
"request_id": "unique_request_id"
}
{
"purpose": "SALARIES",
"reference": "Invoice #12345",
"id": "87be5e5d-75d0-43f4-ad2e-06e17f2f85a2",
"payout_method": {
"type": "wallet",
"payment_method": "id_wallets",
"beneficiary_details": {
"name": "John Doe"
}
},
"amount": {
"value": 500,
"currency_code": "IDR"
},
"country_code": "ID",
"request_id": "unique_request_id",
"created_at": 1710129461
}
Bank Transfer
payout_method.type = bank_transfer
payout_method.payment_method = bank_transfer
Example Bank Transfer Payload
{
"payout_method": {
"type": "bank_transfer",
"payment_method": "bank_transfer",
"beneficiary": {
"name": "John Doe",
"payout_method_details": {
"account_number": "6790153860",
"bank_code": "BANK BRI"
}
}
},
"amount": {
"value": 500,
"currency_code": "IDR"
},
"country_code": "ID",
"purpose": "salaries",
"request_id": "unique_request_id"
}
{
"purpose": "SALARIES",
"reference": null,
"id": "8b697424-a2d9-4cfa-8ae0-296807874860",
"payout_method": {
"type": "bank_transfer",
"payment_method": "id_bank_transfer",
"beneficiary_details": {
"name": "John Doe"
}
},
"amount": {
"value": 500,
"currency_code": "IDR"
},
"country_code": "ID",
"request_id": "unique_request_id",
"created_at": 1710128764
}
Indonesia Bank Codes
Last updated