Network Confirmation Response Example

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


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