object Authorization

Fields

FieldTypeDescription
transaction_idString
authorized_amountString
postauthed_amountString
refunded_amountString
card_typeString
dateISODateTime

Referenced By

Example

{
  "transaction_id": "abc123",
  "authorized_amount": "abc123",
  "postauthed_amount": "abc123",
  "refunded_amount": "abc123",
  "card_type": "abc123",
  "date": "abc123"
}