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