- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
PaymentSession - Payment Module Data Models Reference
This documentation provides a reference to the PaymentSession data model. It belongs to the Payment Module.
id
PrimaryKeyModifier<IdProperty>The ID of the payment session.
currency_code
TextPropertyThe currency code of the payment session.
@example usd
amount
BigNumberPropertyThe authorized amount.
provider_id
TextPropertyThe ID of the Payment Module Provider used to process the payment.
data
JSONPropertyThe data of the payment session that's useful for processing with third-party services. Learn more in this documentation
status
EnumProperty<typeof PaymentSessionStatus>The status of the payment session
The associated payment collection.
context
JSONPropertyOptionalThe context of the payment session, such as the billing address or the customer's email.
authorized_at
DateTimePropertyOptionalThe date the payment session was authorized.
The associated payment.
metadata
JSONPropertyOptionalHolds custom data in key-value pairs.
Was this page helpful?