For the complete documentation index, see llms.txt. This page is also available as Markdown.

BankTransfer

How to use BankTransfer to submit a payout in Indonesia.

Payout by BankTransfer

POST https://sandbox.transfersmile.com/api/payout

This endpoint allows you to submit a payout by BankTransfer in Indonesia.

Indonesia BankTransfer payouts only support integer amounts. Decimal amounts are not supported.

The supported payout amount range is 10000 to 999999999 IDR.


Request Body

Parameter
Type
Required
Constraints
Description

amount

string

Yes

Integer only; range: 10000 - 999999999

Payout amount.

source_currency

string

Yes

One of: USD, EUR, GBP, IDR

Source currency.

arrival_currency

string

Yes

Fixed value: IDR

Arrival currency.

fee_bear

string

Yes

One of: merchant, beneficiary

Specifies who bears the processing fee.

name

string

Yes

-

Beneficiary's name.

phone

string

Yes

Max length: 15 characters

Beneficiary's phone number.

custom_code

string

Yes

Max length: 40 characters; must be unique

The merchant-side payout order ID.

notify_url

string

Yes

Valid URL

The URL used to receive asynchronous payout notifications.

account

string

Yes

Max length: 20 characters

Beneficiary's bank account number.

country

string

Yes

Fixed value: IDN

Beneficiary country.

method

string

Yes

Fixed value: BANKTRANSFER

Payout method.

additional_remark

string

Yes

Max length: 200 characters

Additional payout remark.

bank_code

string

Yes

See supported bank code list

Beneficiary bank code.


Bank Code

Use the supported bank_code from the Indonesia bank code list.

For more details, see Bank in Indonesia.


Request Sample


Response

Last updated