Traceable explanations for synthetic payment authorization responses.
Copy and paste into your terminal.
curl -s -X POST /explain-decline \
-H 'Content-Type: application/json' \
-d '{
"mti": "0110",
"responseCode": "05",
"amount": 127.50,
"currency": "USD",
"merchantCategory": "travel",
"country": "AR",
"syntheticCustomerContext": {
"accountAgeDays": 400,
"recentDeclines": 2,
"riskLevel": "medium"
}
}'
curl -s -X POST /explain-decline \
-H 'Content-Type: application/json' \
-d '{
"mti": "0210",
"responseCode": "51",
"amount": 500.00,
"currency": "EUR",
"merchantCategory": "retail",
"country": "DE"
}'