object Authorization

Fields

FieldTypeDescription
transaction_idString

Public API transaction ID that identifies the related record.

authorized_amountString

Monetary amount as a decimal value in the record currency; not cents.

postauthed_amountString

Monetary amount as a decimal value in the record currency; not cents.

refunded_amountString

Monetary amount as a decimal value in the record currency; not cents.

card_typeString

Card type for this authorization.

dateISODateTime

Date as an ISO-8601 datetime, returned in UTC unless otherwise noted.

Referenced By

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"
}