PaymentProviderContext
Context data provided to the payment provider when authorizing a payment session.
billing_address
Partial<AddressDTO>The payment's billing address.
billing_address
Partial<AddressDTO>email
stringThe associated customer's email.
resource_id
stringThe ID of the resource the payment is associated with. For example, the ID of the payment session.
customer
Partial<CustomerDTO>The customer associated with this payment.
customer
Partial<CustomerDTO>extra
Record<string, unknown>The extra fields specific to the provider session.
Was this section helpful?