2C2P
2C2P is a Singapore-headquartered payments platform serving merchants across Southeast Asia and beyond. Its Payment Gateway (PGW) API - currently Payment v4.3 - lets merchants accept cards, e-wallets, QR, installments, and alternative payment methods via a server-to-server REST interface where every request and response body is a JWT (JWS) signed with the merchant's secret key. The platform covers hosted-page and Secure Fields (direct) card capture, tokenization and recurring payments, transaction inquiry and status, void/cancel and refund maintenance, currency exchange, and backend (server-to-server) payment notifications. 2C2P is part of Ant International.
APIs
2C2P Payment Token API
Server-to-server POST that initializes a payment and returns a paymentToken plus a webPaymentUrl for the hosted payment page. Request and response bodies are JWTs signed with th...
2C2P Do Payment API
Executes a payment against a paymentToken, selecting the channel (card, e-wallet, QR, installment, pay-later, loyalty) via the payment code and supplying card, customer, browser...
2C2P Payment Option API
Returns the payment options and channel details available for a given paymentToken - the payment methods, groupings, and per-channel metadata used to render a custom checkout. I...
2C2P Payment Inquiry API
Retrieves the full result of a transaction by merchantID and invoiceNo (or paymentToken via transactionStatus), returning amount, status, approval and reference codes, masked ac...
2C2P Payment Maintenance API
Post-authorization maintenance - void/cancel a transaction via cancelTransaction, plus refund and settle operations covered by the payment maintenance guides. JWT request and re...
2C2P Card Token & Recurring API
Card tokenization and stored-credential operations - cardTokenInfo for saved card tokens and cardInstallmentPlanInfo for installment plans - together with the recurring payment ...
2C2P Exchange Rate API
Retrieves currency exchange rates for a transaction, supporting dynamic currency conversion (DCC) and alternative-payment-method MCC exchange rates. JWT request and response, wi...
2C2P Secure Fields
Browser-side card capture that loads 2C2P-hosted input elements into the merchant's own checkout page, returning an encryptedCardInfo / securePayToken that is passed to the Do P...