affirm · Schema

Transaction

Represents an Affirm payment transaction at any point in its lifecycle.

Properties

Name Type Description
id string Unique identifier for this transaction.
checkout_id string Identifier of the checkout session that originated this transaction.
order_id string Merchant's internal order identifier.
status string Current lifecycle status of the transaction.
amount integer Original authorized amount in cents.
amount_refunded integer Cumulative amount refunded in cents.
currency string ISO 4217 currency code.
created string Creation timestamp in RFC 3339 format.
authorization_expiration string Timestamp after which the authorization can no longer be captured.
View JSON Schema on GitHub