curl 'https://api.sandbox.uqpay.org/api/v1/cards/570f6e4b-8ec6-41ce-9481-915c03cffdc9/secure' \ -H 'x-auth-token: Bearer 0e043e2ec6898b3220a0921466d7c203' \ -H 'x-client-id: Up1HIsjiETPXLy7gON9PMG'
{ "code": 200, "message": "Success", "data": { "card_cvv2": "786", "card_expire_date": "10/25", "card_number": "9333019900054387" } }
Retrieves the secure information for a specific card identified by card_id. This information includes details such as expire date and CVV2.
card_id
expire date
CVV2
x-client-id
YOUR_TOKEN_HERE
Hide details