Skip to main content

2C2P

Quick Start
  1. Sign up at 2c2p.com and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to 2C2P →

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 IDtwoc2p
CategoryCard Processors
Website2c2p.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

ParameterDescription
merchant_id2C2P Merchant ID
secret_keySecret key for request signing (JWT)
base_urlAPI base URL (sandbox or production)

Status Mapping

Provider Status4pay StatusDescription
000 (Success)charged
001 (Pending)processing
002 (Rejected)rejected
003 (Cancelled)rejected
999 (Error)failed

Resources