Retail Outlet

Example of Retail Outlet Payment Methods Option.

"paymentMethodOptions": {
  "retailOutletName": "ALFAMART",
  "displayName": "Display Name"
}
AttributesTypeDescription
retailOutletName (*)stringThe retail name used for creating retail outlet Payment Method. This should clearly identify a retail outlet name in the region.
displayNamestringThis is the display name that will show up on the retail outlet cashier and payment receipt.

See our guides about Retail Outlet for more information.

Virtual Account

Example of Virtual Account Payment Methods Option.

"paymentMethodOptions": {
  "bankShortCode": "BNI", // choose bank to create the VA
  "displayName": "Display Name",
  "suffixNo": "12345678"
}
AttributesTypeDescription
bankShortCode (*)enumThe bank code used for creating the virtual account Payment Method. This should clearly identify a bank in the region. This should be the bank that the end-customer will be making a payment from.
displayNamestringThis is the display name that will show up on the online bank transfer or ATM screen.

See our guides about Virtual Account for more information.

QRIS

Example of Virtual Account Payment Methods Option.

"paymentMethodOptions": {
  "displayName": "Your preferred name"
}
AttributesTypeDescription
displayNamestringThis is the display name that will show up on the screen.

See our guides about QRIS for more information.

E-Wallet

Example of E-Wallet (currently only support ShopeePay) Payment Methods Option

"paymentMethodOptions": {
  "providerCode": "SHOPEEPAY",
  "afterSettlementReturnUrl": "https://pay.examplessee.co.id/return-pay-here?0340450"
}
AttributesTypeDescription
providerCodestringThe e-wallet channel for creating e-wallet Payment Method. This should be the e-wallet that the end-customer will be making a payment from. Only accept "SHOPEEPAY" at the moment
afterSettlementReturnUrlstringUrl to redirect your user after making a successful payment on e-wallet mobile application

See our guides about E-Wallet for more information.

Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!