Authorization Notification Response Example

The following is an example response message to be returned to CLOWD9:

{
    "message_type": "authorization",
    "message_qualifier": "notification acknowledged",
    "card": {
        "card_id": "f6ea4c36-cb0b-4rd9-4d51-c74sea34g183"
    },
    "transaction": {
        "transaction_id": "488e1ec0-2c77-4061-a996-faf31e299ff2",
        "transaction_amount": "100",
        "transaction_currency_code": "826",
        "outcome": {
            "response_code": "091",
            "response_source": "Your Source Name",
            "response_reason": "Advice acknowledged"
        }
    }
}