PaymentSessionDTO
The payment session details.
The ID of the payment session.
The amount to authorize.
The 3 character currency code of the payment session.
The ID of the associated payment provider.
data
Record<string, unknown>
The data necessary for the payment provider to process the payment session.
The status of the payment session.
payment_collection_id
string
The ID of the associated payment collection.
context
Record<string, unknown>Optional
The context necessary for the payment provider.
authorized_at
DateOptional
When the payment session was authorized.
The payment collection the session is associated with.
The payment created from the session.
Was this page helpful?