Authorization Notification Response
CLOWD9 will require a response from you as a result of an Authorization Notification.
Field | Description | Format | Mandatory |
---|---|---|---|
“authorization” | string | Yes | |
“notification acknowledged” | string | Yes | |
card_id | The Identifier of the card associated to the authorization request | uuid | Yes |
card_form_factor | Form factor of card. Supported values: “physical” | string | Yes |
transaction | Details of the transaction | ||
transaction_id | The unique identifier of the transaction log entry in the CLOWD9 database | uuid | Yes |
transaction_amount | The amount to be authorized with the transaction. Can be “0” for non-financial messages. | string | Yes |
transaction_currency_code | The ISO currency code in which transaction_amount is represented. Note that this may have implications on the decimal place | string | Yes |
outcome | |||
Response code of 091 to be used to acknowledge the clearing notification | string | Yes | |
response_source | This is the your preferred source name | string | Yes |
Response reason "Advice acknowledged" to be used to acknowledge the Authorization Notification | string | Yes |
Updated 19 days ago