object Authorization
Fields
| Field | Type | Description |
|---|---|---|
transaction_id | String | |
authorized_amount | String | |
postauthed_amount | String | |
refunded_amount | String | |
card_type | String | |
date | ISODateTime |
Referenced By
- MergeableOrder Type
- Order Type
Example
{
"transaction_id": "abc123",
"authorized_amount": "abc123",
"postauthed_amount": "abc123",
"refunded_amount": "abc123",
"card_type": "abc123",
"date": "abc123"
}