Skip to main content
Example Request:
{
  "data": {
    "amount": 1000,
    "currency": "AED",
    "cardId": "66db881b3b34fedf7ba11198",
    "usdAmount": 273,
    "merchant": "Blue Shop",
    "transactionId": "dfe5be96-ad64-47f4-8a06-bf81ae23a21c",
    "merchantId": "A1B2C3D456789",
    "merchantCountry": "ARE",
    "mcc": 5812
  },
  "type": "authorization"
}
Example Response:
{
  "response": "APPROVE" // APPROVE, DECLINE
}