For AI agents: visit https://docs.clowd9.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Reversal Request Response
| Field | Description | Format | Mandatory |
|---|
| message_type | “reversal” | string | Yes |
| message_qualifier | “response” | string | Yes |
| card | Contains vital information about the card as held in the CLOWD9 database. | uuid | Yes |
| card_id | The Identifier of the card associated to the authorization request. | uuid | 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. Note: we only accept integers format. | 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 | Numeric response code used by CLOWD9 and you (On Ledger Only). | string | Yes |
| response_source | This is the naming convention of your ledger system. | string | Yes |
| response_reason | Alpha response value associated with the numeric response code provided. | string | Yes |