3️Implementing the Transaction Sync API
This API is used to synchronize balance changes from VietQR back to the partner.
POST
API Transaction Sync
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Body
Name | Type | Required | Description |
---|---|---|---|
| String | Yes | Bank account for generating payment codes. |
| Long | Yes | Transaction amount. |
| String | Yes | Transaction classification as debit/credit (value: D/C). |
| String | Yes | Transfer description. |
| String | Optional | Transaction ID. |
| String | Optional | Transaction timestamp. |
| String | Optional | Transaction code. |
| String | Optional | Order ID. |
| String | Optional | Store/point of sale code. |
| String | Optional | Product/service code. |
| String | Optional | Link to navigate after successful payment. |
| String | Optional | Signature. |
Response
Code mẫu
FAQs
Last updated