Property | Type | Description |
---|---|---|
card_id | String | Card ID provided when the card was created. |
account_id | String | Account ID provided when the account was created. |
transaction_id | String | Unique identifier for the transaction. |
fail_type | String | Types 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"
}