Create Binding
Create Binding API method is used to create a binding without payment. It deactivates other bindings for the same merchant, clientId, and PAN.
Environment
URL
TEST
PRODUCTION
Create Binding
POST
{{URL}}/pg/binding/register
This endpoint allows you to register card binding without payment.
Headers
Authentication
string
Authentication token to track down who is emptying our stocks.
Request Body
merchantId*
string
Merchant's Identification
termId*
string
Terminal's Identification
clientId*
string
Customer's Identification
paymentMethod*
string
Payment Method( PAYON, CREDIT_DEBIT)
wdlAcNo*
string
Card Number
wdlCvv
string
wdlExpiry
string
Card expiration date(year and moth) in the following format: YYYYMM.
wdlNm
string
Name of the cardholder
payonPin
string
PAYON's PIN. It's required when using PAYON's payment method.
phone
string
Phone must be valid, It will use for verification for create binding in PAYON PG's system.
pin
string
User passcode to identify before do any transaction in PAYON PG's System.
string
Example Request
Last updated
Was this helpful?