Create Binding PIN

This endpoint uses for register PIN for customer. Customer must have verify PIN enable is their configuration on merchant side in order to request to register PIN's endpoint.

POST {{URL}}/pg/binding/createPIN

Request Body

NameTypeDescription

clientId*

String

Customer Identification ID

merchantId*

String

Merchant Identification ID

termId*

String

Terminal Identification ID

pin*

String

Encrypted string using RSA algorithm with PUBLIC KEY. See More

{"resultMsg":"Success","resultCode":"0000","resultData":null}

Last updated