- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
PaymentSessionDTO
The payment session details.
id
stringThe ID of the payment session.
amount
BigNumberValueThe amount to authorize.
amount
BigNumberValuecurrency_code
stringThe 3 character currency code of the payment session.
provider_id
stringThe ID of the associated payment provider.
data
Record<string, unknown>The data necessary for the payment provider to process the payment session.
status
PaymentSessionStatusThe status of the payment session.
payment_collection_id
stringThe ID of the associated payment collection.
context
Record<string, unknown>OptionalThe context necessary for the payment provider.
authorized_at
DateOptionalWhen the payment session was authorized.
The payment collection the session is associated with.
The payment created from the session.
Was this page helpful?