Skip to main content

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.

cURL -X GET /cards/{card_id}/cvv
-H 'Content-Type: application/json'
-H 'Authorization: {token}'
  1. Retrieve Full card_number and cvv.
{
"code": "200",
"msg": "Success",
"trace_id": "2c08800ea313466192f00873c26619c4",
"data": {
"card_number": "5454545454545454",
"cvv": "012"
}
}
  1. Query card validity (card_validity_time).