GET
/
api
/
v1
/
cards
/
record
curl 'https://api.sandbox.uqpay.org/api/v1/cards/record?unique_request_id=QAF1448412asdf4812391' \
-H 'x-auth-token: Bearer 0e043e2ec6898b3220a0921466d7c203' \
-H 'x-client-id: Up1HIsjiETPXLy7gON9PMG'
{
    "code": 200,
    "message": "Success",
    "data": {
        "card_currency": "USD",
        "card_holder_id": "65dd6638-5c23-4d9c-9672-1e7fd0fb0c14",
        "card_id": "4e971801-482f-45f8-9bcd-ee0d31f12be9",
        "card_name": "testf's card",
        "card_number": "9333019900054692",
        "card_status": "ACTIVE",
        "create_time": "2023-10-12T15:23:25+08:00",
        "unique_request_id": "QAF1448412asdf4812391"
    }
}
x-client-id
string
required

x-client-id.

x-auth-token
string
required

Bearer YOUR_TOKEN_HERE.

Parameters

unique_request_id
string
required

Open card, Recharge or Withdraw orderIds, provider before.
Maximum Length 36

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
array
curl 'https://api.sandbox.uqpay.org/api/v1/cards/record?unique_request_id=QAF1448412asdf4812391' \
-H 'x-auth-token: Bearer 0e043e2ec6898b3220a0921466d7c203' \
-H 'x-client-id: Up1HIsjiETPXLy7gON9PMG'
{
    "code": 200,
    "message": "Success",
    "data": {
        "card_currency": "USD",
        "card_holder_id": "65dd6638-5c23-4d9c-9672-1e7fd0fb0c14",
        "card_id": "4e971801-482f-45f8-9bcd-ee0d31f12be9",
        "card_name": "testf's card",
        "card_number": "9333019900054692",
        "card_status": "ACTIVE",
        "create_time": "2023-10-12T15:23:25+08:00",
        "unique_request_id": "QAF1448412asdf4812391"
    }
}