Skip to main content
Skip to main content

PaymentProviderContext

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

billing_addressPartial<AddressDTO>
The payment's billing address.
emailstring
The associated customer's email.
resource_idstring
The ID of the resource the payment is associated with. For example, the ID of the payment session.
customerPartial<CustomerDTO>
The customer associated with this payment.
extraRecord<string, unknown>
The extra fields specific to the provider session.
Was this section helpful?