Generate VietQR Code
POST
POST
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Body
Name | Type | Required | Description |
---|---|---|---|
| String | Yes | Bank code of the account. |
| String | Yes | Bank account creates the payment code. |
| String | Yes | Account holder's name. No diacritics |
| String | Yes | Payment content. Maximum 19 characters, no special characters. |
| Integer | Yes | Depend on the type of QR code to be created: - Dynamic VietQR: 0; - Static VietQR: 1; - Semi-dynamic VietQR: 3. |
| Long | Optional | Amount to be paid.
<Required if " |
| String | Optional | Transaction ID for partner to manage. |
| String | Optional | Transaction type: debit/credit (values: D/C). Default is “C”.
<Required if " |
| String | Optional | Store/point of sale code.
<Required if " |
| String | Optional | Service/product code.
<Required if " |
| String | Optional | Signature. |
urlLink | String | Optional | Redirect to this url after the payment is finished. |
Response
Last updated