cURL
curl --request POST \ --url https://sandbox.finhub.cloud/api/v2.1/fincard/virtual/card/info/sensitive \ --header 'Content-Type: application/json' \ --header 'X-Forwarded-From: <x-forwarded-from>' \ --data ' { "cardId": "<string>" } '
{ "success": true, "code": 200, "msg": "Success", "data": { "cardNumber": "<string>", "cvv": "<string>", "expireDate": "<string>", "activateUrl": "<string>" } }
Get encrypted card number, CVV, expiry date
User agent
Forwarded for
Client application identifier
"client-app"
Tenant ID
Device ID
Platform
Card sensitive info request
Card ID
Successful response
Card sensitive info response
Success flag
true
Response code
200
Response message
"Success"
Card sensitive info data
Show child attributes