Introduction
An Introduction to 2C2P
Introduction
The main purpose of this payment integration guide is to provide merchants with the technical details of how to integrate their applications with 2C2P Payment Gateway (PGW) for credit card payment. The document contains overview of the system integration, the payment request message format, response message format, encryption and decryption of messages and sample codes of how to send the request message and receive the response.
Core Payment API for 2C2P Payment Gateway is a set of API that provide comprehensive payment methods covering these payment journeys. Refer to respective specification provided in both human-friendly HTML format and developer-friendly OpenAPI/Swagger v3.0 (YAML) format.
Core Payment API List
API Name | Journey / Context | Specification |
---|---|---|
Payment | Payment for goods and services | Payment API |
Inquiry | Get latest payment status | Inquiry API |
Void | Cancel/Void/Reverse for payment | Void API |
Settlement | Credit Card Capture | Settlement API |
Refund | Refund for paid payment | Refund API |
*Void and Settlement is mutually exclusive. Settled (captured) transaction cannot be voided and vice versa. Refund is only applicable on transaction that settled prior.
Updated over 1 year ago