💳

PayPal Payment Gateway

Complete guide to integrating PayPal payments worldwide

P

PayPal - Global Digital Payments

Trusted by 400+ million users worldwide

🌍 Global Reach

  • • 200+ markets worldwide
  • • 100+ currencies supported
  • • Local payment methods
  • • Cross-border transactions

💳 Payment Options

  • • PayPal Balance
  • • Credit & Debit Cards
  • • Bank Transfers
  • • Buy Now, Pay Later

🔑 How to Create PayPal API Keys

1

Create PayPal Developer Account

Go to https://developer.paypal.com and log in with your PayPal account.

2

Create New App

Click "Create App" and provide your app name and select features.

3

Copy API Credentials

Copy your Client ID and Client Secret from the app details page.

⚙️ Environment Configuration

APP_PAYPAL_CLIENT_ID="your_client_id" APP_PAYPAL_CLIENT_SECRET="your_client_secret" APP_PAYPAL_SANDBOX="true"

🔌 API Endpoints

POST /api/finance/deposit/fiat/paypal/

Creates a new PayPal payment session

POST /api/finance/deposit/fiat/paypal/webhook

Handles PayPal webhook notifications