The Fail Authorization Object

PropertyTypeDescription
card_idStringCard ID provided when the card was created.
account_idStringAccount ID provided when the account was created.
transaction_idStringUnique identifier for the transaction.
fail_typeStringTypes of fails. enum('TIME_OUT')

Example

{
        "card_id" : "ISGC-1111-1111-1111",
    "account_id" : "ISGA-1111-1111-1111",  
    "transaction_id" : "123456",
    "fail_type" : "TIME_OUT"
}