PaymentSessionDTO
The payment session details.
id
stringRequiredThe ID of the payment session.
The amount to authorize.
currency_code
stringRequiredThe 3 character currency code of the payment session.
provider_id
stringRequiredThe ID of the associated payment provider.
data
Record<string, unknown>RequiredThe data necessary for the payment provider to process the payment session.
The status of the payment session.
context
Record<string, unknown>The context necessary for the payment provider.
authorized_at
DateWhen the payment session was authorized.
The payment collection the session is associated with.
The payment created from the session.
Was this section helpful?