Skip to main content
POST
/
api
/
v2.1
/
fincard
/
virtual
/
card
/
info
/
sensitive
Card Info Sensitive
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>"
  }
}

Headers

User-Agent
string

User agent

X-Forwarded-For
string

Forwarded for

X-Forwarded-From
string
required

Client application identifier

Example:

"client-app"

X-Tenant-ID
string

Tenant ID

deviceId
string

Device ID

platform
string

Platform

Body

application/json

Card sensitive info request

Card sensitive info request

cardId
string
required

Card ID

Response

Successful response

Card sensitive info response

success
boolean

Success flag

Example:

true

code
integer<int32>

Response code

Example:

200

msg
string

Response message

Example:

"Success"

data
object

Card sensitive info data