Skip to main content
Skip to main content
You're viewing the documentation for v1, which isn't the latest Medusa version.Latest documentation

PaymentSessionDTO

The payment session details.

Properties

idstringRequired
The ID of the payment session.
amountBigNumberValueRequired
The amount to authorize.
currency_codestringRequired
The 3 character currency code of the payment session.
provider_idstringRequired
The ID of the associated payment provider.
dataRecord<string, unknown>Required
The data necessary for the payment provider to process the payment session.
statusPaymentSessionStatusRequired
The status of the payment session.
contextRecord<string, unknown>
The context necessary for the payment provider.
authorized_atDate
When the payment session was authorized.
payment_collectionPaymentCollectionDTO
The payment collection the session is associated with.
paymentPaymentDTO
The payment created from the session.
Was this section helpful?