2C2P
Quick Start
- Sign up at 2c2p.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
ASEAN payment specialist. 350+ payment options across 10+ SEA countries. Full-stack payment platform supporting cards, e-wallets, BNPL, and bank transfers with deep local payment method coverage across Southeast Asia.
| Provider ID | twoc2p |
| Category | Card Processors |
| Website | 2c2p.com |
Supported operations: start_tx refund_tx status
Authentication
JWT-based request signing using secret_key. Requests are signed as JWT tokens with the merchantss secret key.
Configuration
Required Parameters
| Parameter | Description |
|---|---|
merchant_id | 2C2P Merchant ID |
secret_key | Secret key for request signing (JWT) |
base_url | API base URL (sandbox or production) |
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
000 (Success) | charged | |
001 (Pending) | processing | |
002 (Rejected) | rejected | |
003 (Cancelled) | rejected | |
999 (Error) | failed |