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

PaymentProviderDataInput

The details of which payment provider to use to perform an action, and what data to be passed to that provider.

Properties

provider_idstringRequired
The ID of the provider to be used to perform an action.
dataRecord<string, unknown>Required
The data to be passed to the provider.
Was this section helpful?