Get Token
Dùng để lấy bearer token truy cập API tạo mã thanh toán VietQR.
POST
POST
Headers
Name
Value
Content-Type
application/json
Authorization
Basic Authentication: Base64[username:password
]
Body
Name
Type
Description
access_token
String
Là Bearer Token được VietQR cung cấp để truy cập tạo mã thanh toán VietQR.
token_type
String
Là dạng token dạng “Bearer”.
expires_in
String
Thời gian hết hạn của token. Mặc định là 300 giây.
Response
Last updated