curl 'https://api.sandbox.uqpay.org/api/v1/payers' \
-H 'x-auth-token: Bearer 0e043e2ec6898b3220a0921466d7c203' \
-H 'x-client-id: Up1HIsjiETPXLy7gON9PMG'
{
"code": 200,
"message": "Success",
"data": [
{
{
"code": 200,
"message": "Success",
"data": [
{
"payer_id": "fcf09fa0-1313-41e8-9c1a-2d2721e4251a",
"entity_type": "individual",
"first_name": "wujing",
"last_name": "lee",
"address": "169 Ayer Rajah Crescent, #01-11 Singapore 413091",
"city": "singapore",
"state_or_province": "singapore",
"country": "SG",
"postal_code": "000000",
"date_of_birth": "1993-10-12",
"identification_type": "passport",
"identification_value": "1003123"
}
]
}
}
]
}
This endpoint returns a list of payers.
curl 'https://api.sandbox.uqpay.org/api/v1/payers' \
-H 'x-auth-token: Bearer 0e043e2ec6898b3220a0921466d7c203' \
-H 'x-client-id: Up1HIsjiETPXLy7gON9PMG'
{
"code": 200,
"message": "Success",
"data": [
{
{
"code": 200,
"message": "Success",
"data": [
{
"payer_id": "fcf09fa0-1313-41e8-9c1a-2d2721e4251a",
"entity_type": "individual",
"first_name": "wujing",
"last_name": "lee",
"address": "169 Ayer Rajah Crescent, #01-11 Singapore 413091",
"city": "singapore",
"state_or_province": "singapore",
"country": "SG",
"postal_code": "000000",
"date_of_birth": "1993-10-12",
"identification_type": "passport",
"identification_value": "1003123"
}
]
}
}
]
}
x-client-id.YOUR_TOKEN_HERE.Hide details
Hide details
curl 'https://api.sandbox.uqpay.org/api/v1/payers' \
-H 'x-auth-token: Bearer 0e043e2ec6898b3220a0921466d7c203' \
-H 'x-client-id: Up1HIsjiETPXLy7gON9PMG'
{
"code": 200,
"message": "Success",
"data": [
{
{
"code": 200,
"message": "Success",
"data": [
{
"payer_id": "fcf09fa0-1313-41e8-9c1a-2d2721e4251a",
"entity_type": "individual",
"first_name": "wujing",
"last_name": "lee",
"address": "169 Ayer Rajah Crescent, #01-11 Singapore 413091",
"city": "singapore",
"state_or_province": "singapore",
"country": "SG",
"postal_code": "000000",
"date_of_birth": "1993-10-12",
"identification_type": "passport",
"identification_value": "1003123"
}
]
}
}
]
}