Skip to main content
Skip to main content
You're viewing the documentation for v1, which isn't the latest Medusa version.Latest documentation

PaymentProviderContext

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

Properties

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?