StorePaymentSession
The payment session details.
Properties#
id
stringThe ID of the payment session.
amount
numberThe amount to authorize.
currency_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
BasePaymentSessionStatusThe status of the payment session.
context
Record<string, unknown>OptionalThe context necessary for the payment provider.
authorized_at
DateOptionalWhen the payment session was authorized.
The payment created from the session.
The payment collection that the session belongs to.
Was this page helpful?