PaymentProcessorSessionResponse
The response of operations on a payment.
session_data
Record<string, unknown>RequiredThe data to be stored in the
data
field of the Payment Session to be created.
The data
field is useful to hold any data required by the third-party provider to process the payment or retrieve its details at a later point.update_requests
objectUsed to specify data that should be updated in the Medusa backend.
update_requests
objectupdate_requests.customer_metadata
Record<string, unknown>Specifies a new value of the
metadata
field of the customer associated with the payment.Was this section helpful?