{
"txnd": "CTX1421519406235680",
"type": "CARD_ONLINE_PAYMENTS",
"cardId": "CA1423741565272096",
"walletId": "WA13146381976",
"cardPan": "524604******0058",
"txnCurrency": "EUR",
"txnAmount": 1.01,
"billingCurrency": "EUR",
"billingAmount": 1.01,
"markupAmount": 0,
"feeCurrency": "EUR",
"feeAmount": 0,
"cardAcceptorId": "123456",
"cardAcceptorLocationName": "KFC Paris",
"cardAcceptorLocationCountry": "FR",
"cardAcceptorLocationCity": "Paris",
"cardAcceptorLocationPostcode": "ZAC 2U7",
"mcc": "4199",
"txnInstant": "2023-11-02T09:23:40.000Z"
}
curl --location --request POST '$https://www.test-authorization-relay.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"txnd": "CTX1421519406235680",
"type": "CARD_ONLINE_PAYMENTS",
"cardId": "CA1423741565272096",
"walletId": "WA13146381976",
"cardPan": "524604******0058",
"txnCurrency": "EUR",
"txnAmount": 1.01,
"billingCurrency": "EUR",
"billingAmount": 1.01,
"markupAmount": 0,
"feeCurrency": "EUR",
"feeAmount": 0,
"cardAcceptorId": "123456",
"cardAcceptorLocationName": "KFC Paris",
"cardAcceptorLocationCountry": "FR",
"cardAcceptorLocationCity": "Paris",
"cardAcceptorLocationPostcode": "ZAC 2U7",
"mcc": "4199",
"txnInstant": "2023-11-02T09:23:40.000Z"
}'
{
"approved": false,
"description": "declined"
}