Models

Payment Sample Response JSON:

jsonCopy code{
    "is_approved": true,
    "approval_code": "715138",
    "id": "19f9524d-407a-4d28-bd1e-89e7fb821598",
    "approval_text": "Approved - مقبولة",
    "response_code": "000",
    "card_type": "mada - مدى",
    "card_number": "4639 17** **** 3838",
    "retrieval_reference_number": "502936000000",
    "date_time": "21/06/2024 16:11:09",
    "entry_mode": "CONTACTLESS",
    "merchant_id": "100000000000001",
    "terminal_id": "0200010400000104",
    "transaction_amount": "1.00",
    "command_identifier": "A0000002281010",
    "transaction_uuid": "fe32a751-0cea-4ec0-9599-7ccac5564d5b",
    "customer_reference_number": "23432",
    "receipt_url": "https://.....",
    "original_json": "{...}"
}

Last updated