Files
medusa-store/packages/medusa-payment-paypal
2023-01-18 18:48:57 +01:00
..
2021-02-08 21:40:59 +01:00
2021-02-08 21:40:59 +01:00
2021-02-08 21:40:59 +01:00
2023-01-18 18:48:57 +01:00
2021-02-08 21:40:59 +01:00
2023-01-18 18:48:57 +01:00
2022-05-20 11:40:57 +03:00

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
}