PaymentProviderContext

Context data provided to the payment provider when authorizing a payment session.

billing_addressPartial<AddressDTO>Optional
The payment's billing address.
emailstringOptional
The associated customer's email.
session_idstringOptional
The ID of payment session the provider payment is associated with.
customerPartial<CustomerDTO>Optional
The customer associated with this payment.
extraRecord<string, unknown>Optional
The extra fields specific to the provider session.
Was this page helpful?
Edit this page