object Authorization
Fields
| Field | Type | Description |
|---|---|---|
transaction_id | String | Public API transaction ID that identifies the related record. |
authorized_amount | String | Monetary amount as a decimal value in the record currency; not cents. |
postauthed_amount | String | Monetary amount as a decimal value in the record currency; not cents. |
refunded_amount | String | Monetary amount as a decimal value in the record currency; not cents. |
card_type | String | Card type for this authorization. |
date | ISODateTime | Date as an ISO-8601 datetime, returned in UTC unless otherwise noted. |
Referenced By
- MergeableOrder Type
- Order Type
Example
{
"transaction_id": "QXV0aG9yaXphdGlvbjoxMjM0",
"authorized_amount": "19.99",
"postauthed_amount": "19.99",
"refunded_amount": "19.99",
"card_type": "Visa",
"date": "2026-07-09T15:30:00Z"
}