Get Token
To obtain a bearer token for accessing the API to create a VietQR payment code.
POST
POST
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization | Basic Authentication: Base64[ |
Body
Name | Type | Description |
---|---|---|
| String | Bearer Token provided by VietQR to access the VietQR payment code API. |
| String | Token type "Bearer". |
| String | Token expiration time. Default is 300 seconds. |
Response
Last updated