2️Implementing the Get Token API
This API is used to request access permissions from partners to connect and synchronize with the Transaction Sync API (synchronizing balance changes).
POST
Get Token
POST
Get TokenHeaders
Name | Value |
---|---|
Content-Type |
|
Authorization | Basic Authentication: Base64[ |
username
and password
for this API will be provided by the partner to VietQR.
Body
Name | Type | Description |
---|---|---|
| String | Bearer Token that you provide to VietQR to access your API Transaction Sync. |
| String | Token type "Bearer". |
| String | Token expiration time. Default is 300 seconds. |
Response
Sample
FAQs
Last updated