Data Model - Channel
Less than 1 minute
Data Model
Pay Channel
typically refers to various methods or platforms that facilitate payment transactions. Here are some common interpretations of the term:
Param | Type | Description |
---|---|---|
paymentMethod | String | paymentMethod "BRI" |
vaNumber | String | 1: Indonesia VA; 2:Thailand Bank Account which for receiving bank transfers |
qrString | String | qr code format in String or http img url for Indonesia QRIS or Thailand QRPAY |
paymentUrl | String | payment url, such as cashier or e-wallet link |
receiverBankName | String | Only for Thailand payment method BANK,the receiver bank name for bank transfers |
additionalInfo | String | additional information |
Example
{
"paymentMethod": "BRI",
"vaNumber": "8100282828288",
"additionalInfo": "xxxx"
}