Security
JWT Token Info
Header
{
"typ": "JWT",
"alg": "HS256",
"cty": "appotapay-api;v=1"
}
Payload
{
"iss": "YOUR_PARTNER_CODE",
"jti": "YOUR_API_KEY" + "-" + time, // (ex time: 1614225624)
"api_key": "YOUR_API_KEY",
"exp": ... // expiration time (ex: 1614225624)
}
JWT Token Generator Tool
This tool helps you generate JWT Tokens to authenticate requests to the AppotaPay API. Please fill in your API Key, Secret Key, and Partner Code.