Parameters
Open card, Recharge or Withdraw orderIds, provider before.
Maximum Length 36
Response
Indicates whether the call was successful. 200 if successful, 400 if not.
Response Message. “Success” if successful, others not.
The parameter you passed in.
card open
card recharge
card withdraw
Unique Identifier for card.
Current card status.
One of PENDING
, ACTIVE
, INACTIVE
, BLOCKED
, LOST
, STOLEN
, CLOSED
, FAILED
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"
}
}