CreatePaymentSessionDTO
The payment session to be created.
provider_id
stringRequiredThe provider's ID.
currency_code
stringRequiredThe ISO 3 character currency code of the payment session.
The amount to be authorized.
data
Record<string, unknown>RequiredNecessary data for the associated payment provider to process the payment.
context
PaymentProviderContextNecessary context data for the associated payment provider.
context
PaymentProviderContextWas this section helpful?