Skip to main content
Skip to main content

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

idstringRequired
The ID of the payment provider as given by the payment service.
is_installedbooleanRequired
Whether 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?