Authorization Response
CLOWD9 will require a response from you as a result of an Authorization Request.
Response
Field | Value | Format | Mandatory |
---|---|---|---|
message_type | “authorization” | string | Yes |
message_qualifier | “response” | string | Yes |
card | Contains vital information about the card as held in the CLOWD9 database | ||
> > 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 |
> > additional_amounts | Carries additional amount information in partial authorizations and where account balances are supplied | ||
> amount_authorized | The partial amount authorized, represented in transaction_currency_code | string | If Response Code = 010 |
> > transaction_currency_code | The ISO currency code in which transaction_amount is represented. Note that this may have implications on the decimal place | string (3) | |
outcome | |||
> > response_code | Response code numeric value used by CLOWD9 and you for the final outcome of the request | Yes | |
> > response_source | This is the naming convention of your ledger system | Yes | |
> > response_reason | Response code numeric value used by CLOWD9 and you for the final outcome of the request | Yes |
Updated 17 days ago