Checkout decision report JWT structure
{
"iss": "<MERCHANT_ID>",
"sub": 'Merchant',
"iat": "<TIMESTAMP>",
"data": {
"reference": "<RAYLO_REFERENCE>",
"merchantReference": "<MERCHANT_REFERENCE>",
"outcome": "<OUTCOME>",
"outcomeDecidedAt": "<OUTCOME_DECIDED_AT>"
}
}Field details
Field
Type
Description
Data type
Field
Type
Description
Decode the payload content
Last updated
Was this helpful?