PayPal Indonesia
Quick Start
- Sign up at paypal.com and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
Overview
Cross-border payments, buyer protection. 400M+ accounts, 200+ countries.
| Provider ID | paypal_id |
| Category | E-Wallets |
| Website | paypal.com |
Supported operations: start_tx refund_tx status
Authentication
OAuth 2.0 (client_id + client_secret -> Bearer token).
Configuration
Required Parameters
| Parameter | Description |
|---|---|
client_id | PayPal REST API Client ID |
client_secret | PayPal REST API Client Secret |
base_url | https://api-m.paypal.com (prod) / https://api-m.sandbox.paypal.com (test) |
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
COMPLETED | charged | |
VOIDED | cancelled | |
PENDING | charging |