Overview
Retrieve the full card number and CVV in plain text.
Retrieve Card Number
Query card number information using the card_id returned when the card is created.
- Resquest
cURL -X GET /cards/{card_id}/cvv
-H 'Content-Type: application/json'
-H 'Authorization: {token}'
- Retrieve Full
card_numberandcvv.
- Responses
{
"code": "200",
"msg": "Success",
"trace_id": "2c08800ea313466192f00873c26619c4",
"data": {
"card_number": "5454545454545454",
"cvv": "012"
}
}
- Query card validity (
card_validity_time).