UpdatePaymentSessionDTO
The attributes to update in a payment session.
id
stringRequiredThe payment session's ID.
data
Record<string, unknown>RequiredNecessary data for the associated payment provider to process the payment.
currency_code
stringRequiredThe ISO 3 character currency code.
The amount to be authorized.
context
PaymentProviderContextNecessary context data for the associated payment provider.
context
PaymentProviderContextWas this section helpful?