Skip to main content
Skip to main content

PaymentProcessorSessionResponse

The response of operations on a payment.

Properties

session_dataRecord<string, unknown>Required
The 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_requestsobject
Used to specify data that should be updated in the Medusa backend.
update_requests.customer_metadataRecord<string, unknown>
Specifies a new value of the metadata field of the customer associated with the payment.
Was this section helpful?