Payment Order Registration

This endpoint is designed to register order in PAYON Aggregator Payment Gateway.

Depending on Transaction type (TRT) will be register as one-phase or two-phase for Credit/Debit payment method. By using this endpoint, user will be able to register order with differences payment methods such as PAYON, CREDIT_DEBIT and PPCBank PAY(Available soon).

Order Registration Request

POST {{URL}}/pg/order/register

API Direction : MERCHANT -> PAYON

Request Body

Name
Type
Description

termId*

string

Terminal's Identification

merchantId*

string

Merchant's Identification

txId*

string

Transaction's Identification

trt*

string

Transaction Type(Possible value: 10: Purchase, 12: PRE AUTH

currency*

string

Three-letter ISO currency code in lowercase. only USD is support at this time.

amount*

string

Amount

paymentMethod*

string

Payment Method. PAYON, CREDIT_DEBIT, PPCBANK_TRANSFER, BAKONG_KHQR

clientId

string

Customer's Identification

bindingId

string

Binding's Identification

payDvCd

string

PPCBANK_PAY, PAYON_PAY,PAYON_QR,KHQR,MPI

buyerId

string

Buyer's Identification

sellerId

String

Seller's Identification

Last updated

Was this helpful?