Gọi API Get Token
API get token sử dụng để lấy bearer token, token này sử dụng cho kích hoạt cho ecommerce
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 các API 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