Learning Resources

PaymentSessionDTO

The payment session details.

idstring
The ID of the payment session.
The amount to authorize.
currency_codestring
The 3 character currency code of the payment session.
provider_idstring
The ID of the associated payment provider.
dataRecord<string, unknown>
The data necessary for the payment provider to process the payment session.
The status of the payment session.
payment_collection_idstring
The ID of the associated payment collection.
contextRecord<string, unknown>Optional
The context necessary for the payment provider.
authorized_atDateOptional
When the payment session was authorized.
payment_collectionPaymentCollectionDTOOptional
The payment collection the session is associated with.
paymentPaymentDTOOptional
The payment created from the session.
Was this page helpful?
Edit this page