Payment Data
Since the specific payment data varies depending on different payment methods, this document lists the payment data formats and corresponding examples for all payment methods.
Common fields for successful payment
| Field Name | Comment |
|---|---|
| acquirer_name | |
| acquirer_type | |
| batch_no | |
| brn | |
| device_id | |
| new_gateway_txn_id | |
| rrn | |
| payment_method | See Payment Entries |
| transaction_state |
{
"acquirer_name": "wechatpay",
"acquirer_type": "wechat",
"batch_no": "",
"brn": "600107383",
"date_time": "2026-01-01T09:43:02.678Z",
"device_id": "N**O-N**-N9******01750",
"new_gateway_txn_id": "4598564109087234048",
"payment_method": "consumer_presented_qr_code",
"rrn": "42000029042*****067338709511",
"transaction_state": "success"
}
Common fields for fail transaction
| Field Name | Comment |
|---|
Special fields for payment method
If a payment method has any special fields returned, they will be listed here. If there is no description here, it means that no special fields are returned.
Card Payments
For visa / mastercard / unionpay / ...
| Field Name | Comment |
|---|---|
| card_read_mode | |
| credit_card_type | |
| first_6_digits | |
| last_4_digits | |
| exp_month | |
| exp_year |
{
"card_read_mode": "bindo_soft_contactless",
"credit_card_type": "visa",
"first_6_digits": "451461",
"last_4_digits": "6424",
"exp_month": "09",
"exp_year": "30"
}