affirm · Schema

SettlementEvent

Represents a single disbursement line item from Affirm to the merchant, associated with a specific transaction event.

Properties

Name Type Description
id string A unique identifier for the settlement event.
transaction_id string The identifier of the transaction this settlement event belongs to.
transaction_event_id string The identifier of the specific transaction event that triggered this settlement.
amount integer Net disbursement amount in the smallest currency unit.
currency string ISO 4217 currency code for this settlement.
created string Timestamp when this settlement event was created, in RFC 3339 format.
type string The type of settlement event corresponding to the transaction action.
View JSON Schema on GitHub