Get Binding List

This method is used to obtain the list of existing binding for the customer via clientId.

Get Binding List

POST {{URL}}/pg/bindingList

This endpoint allows you to all binding via clientId

Request Body

{
    "resultMsg": "Success",
    "resultCode": "0000",
    "resultData": [
        {
            "txDt": "20210720",
            "txSeqNo": "2021072000006334",
            "merchantId": "C0000143",
            "termId": "CT03000003",
            "wdlAcNo": "101049******1245",
            "wdlExpiry": null,
            "wdlNm": "MC",
            "pin": "AwHmLIImBjwhZUTwjPgye3Vxq4JvLeV6eGjjO3hTCvu7uKo5hL99Gc4qdg3g+JvKPCnc2PhinZUFxuRAXST10G80hOFejomkzk2g61yO0lJvcA==",
            "clientId": "C0000143CT0300000304",
            "phone": "855964444781",
            "email": null,
            "bindingId": "a23e18a8-d837-4142-b30d-975db4818dfb",
            "encryptedAcNo": null,
            "encryptedCvv": null,
            "verifyYn": "Y",
            "paymentType": "01",
            "resultCode": null,
            "resultMsg": null
        },
        {
            "txDt": "20210720",
            "txSeqNo": "2021072000006351",
            "merchantId": "C0000143",
            "termId": "CT03000003",
            "wdlAcNo": "401200******1112",
            "wdlExpiry": "202712",
            "wdlNm": "MC",
            "pin": "AwHctBcdRsOLGEIg8pzx1pevZYtviS0CVHUkGSutKi7LlLHPME8TZnT6KRu8TFgTR5yNZOD/Dd6A2hh7lJD0F2OPcJcP9MgZ9udKrarOywlIAA==",
            "clientId": "C0000143CT0300000304",
            "phone": "855964444781",
            "email": null,
            "bindingId": "e3bc6d46-7cca-4a72-8b50-29e1ff2c067f",
            "encryptedAcNo": null,
            "encryptedCvv": null,
            "verifyYn": "Y",
            "paymentType": "02",
            "resultCode": null,
            "resultMsg": null
        }
    ]
}

Example Request

curl --location --request POST 'http://pgtest.payon.com.kh/pg/bindingList' \
--data-raw '{
    "merchantId":"C0000143",
    "termId":"CT03000003",
    "clientId":"04"

}'

Last updated