PaymentProvider
A payment provider represents a payment service installed in the Medusa backend, either through a plugin or backend customizations. It holds the payment service's installation status.
Properties
id
stringRequiredThe ID of the payment provider as given by the payment service.
is_installed
booleanRequiredWhether the payment service is installed in the current version. If a payment service is no longer installed, the
is\_installed
attribute is set to false
.Default: true
Was this section helpful?