GET
/
api
/
v1
/
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
string
required

x-client-id.

x-auth-token
string
required

Bearer YOUR_TOKEN_HERE.

Parameters

Response

code
number

Indicates whether the call was successful. 200 if successful, 400 if not.

message
string

Response Message. “Success” if successful, Others not.

data
object
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"
                  }
              ]
          }
        }
    ]
}