API Get Virtual Card Sensitive Data
Endpoint: GET /v2/vc/virtual-cards/{virtualCardRequestId}/card-data
Description: Retrieve detailed encrypted information for a specific virtual card by its request ID.
Request
Request Body Field Descriptions (JSON)
N/A
N/A
N/A
GET request does not require a JSON body.
Request sample
Response
Response Field Descriptions
code
number
Response code
state
number
State of the response
data.merchantCode
string
Merchant code
data.virtualCardRequestId
string
Virtual card request identifier
data.cardEncryptedData.encryptedData
string
Encrypted card data
data.cardEncryptedData.encryptedKey
string
Encrypted key for decrypting card data
message
string
Response message
neoResponseId
string
Unique Neo response identifier
Response sample
Example cURL
Notes
Requires Bearer token in the Authorization header.
The Accept-Language header can be used to specify the response language (Support: "vi", "en").
No request body required.
The card data is returned in encrypted form for security.
Last updated
Was this helpful?