Files
medusa-store/packages/medusa-payment-paypal/README.md
2022-05-20 11:40:57 +03:00

381 B

medusa-payment-paypal

Add PayPal as a Payment Provider.

Learn more about how you can use this plugin in the documentaion.

Options

{
  sandbox: true, //default false
  client_id: "CLIENT_ID", // REQUIRED
  client_secret: "CLIENT_SECRET", // REQUIRED
  auth_webhook_id: "WEBHOOK_ID" //REQUIRED for webhook to work
}