CreatePaymentSessionDTO
The payment session to be created.
provider_idstringRequiredThe provider's ID.
currency_codestringRequiredThe ISO 3 character currency code of the payment session.
The amount to be authorized.
dataRecord<string, unknown>RequiredNecessary data for the associated payment provider to process the payment.
contextPaymentProviderContextNecessary context data for the associated payment provider.
contextPaymentProviderContextWas this section helpful?