PayPal Payment App for Saleor

✅ App Status: Running

This app integrates PayPal payments with your Saleor store.

Configuration

To configure this app:

  1. Set your PayPal credentials in environment variables
  2. Install this app in your Saleor dashboard
  3. Configure the app in Saleor payment settings

Environment Variables Required

  • PAYPAL_CLIENT_ID - Your PayPal Client ID
  • PAYPAL_SECRET - Your PayPal Secret
  • PAYPAL_MODE - sandbox or live
  • NEXT_PUBLIC_SALEOR_API_URL - Your Saleor API URL
  • STOREFRONT_URL - Your storefront URL

Webhook Endpoints

  • /api/webhooks/transaction-initialize - Initialize payment
  • /api/webhooks/transaction-process - Process payment
  • /api/webhooks/transaction-refund - Handle refunds
⚠️ Note: Make sure to configure webhooks in your Saleor dashboard pointing to this app's endpoints.