get https://api.staging.pungle.co/api/v1/card_issuing/accounts//authorizations
Gets a list of authorizations for this account.
Authorization
| Field | Value | Description |
|---|---|---|
| billing_amount | String | The amount the account was billed |
| billing_currency | String | The currency of billing_amount |
| description | String | |
| timestamp | String | |
| auth_amount | String | The amout of the transaction in the currency of the account |
| transaction_amount | String | The amout of the transaction |
| transaction_currency | String | The currency the transaction_amount |
| merchant | Merchant | Merchant Information. See below for details. |
| type | String | Type of transaction |
Merchant
| Field | Value | Required | Description |
|---|---|---|---|
| mcc | String | Yes | Merchant Category Code |
| mcc_description | String | Yes | Merchant Category Code Description |
| name | String | No* | Merchant Name |
| city | String | No* | Merchant City |
| country | String | No* | Merchant Country |
* Field may not be available for all programs.