PaymentProviderDataInput
The details of which payment provider to use to perform an action, and what data to be passed to that provider.
Properties
provider_id
stringRequiredThe ID of the provider to be used to perform an action.
data
Record<string, unknown>RequiredThe data to be passed to the provider.
Was this section helpful?