v2
latestOpenAPI 3.1.02026-07-264249163.7 KBVirtual
Get VC data by token
You can use this endpoint to request card data with the checkout card token. The card token is temporary and only available for a limited time. This endpoint is only needed when a card session is created with a card response format of token.
get/v2/session/card/token/{token}
Path parameters
tokenstring required
The session token to get (from Create Card Session response)
Response
Successful Operation
Example response
{
"cvv_number": "123",
"expiration_date": "0228",
"first_name": "John",
"last_name": "Doe",
"pan": "1234"
}