Skip to main content
POST
/
api
/
v2.1
/
fincard
/
virtual
/
card
/
activate
Activate Card (physical)
curl --request POST \
  --url https://sandbox.finhub.cloud/api/v2.1/fincard/virtual/card/activate \
  --header 'Content-Type: application/json' \
  --header 'X-Forwarded-From: <x-forwarded-from>' \
  --data '
{
  "merchantOrderNo": "<string>",
  "cardId": "<string>",
  "pin": "<string>",
  "activationCode": "<string>",
  "noPinPaymentAmount": 123
}
'
{
  "success": true,
  "code": 200,
  "msg": "Success",
  "data": {
    "cardId": "card-12345678",
    "operationType": "FREEZE",
    "operationStatus": "COMPLETED",
    "transactionId": "tx-12345678",
    "operationTime": 1640995200000,
    "newCardStatus": "FROZEN",
    "previousCardStatus": "ACTIVE",
    "reason": "Customer request"
  }
}

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

Activate card request

Activate card request (physical)

merchantOrderNo
string
required

Client transaction reference. length[15...65]

cardId
string
required

Card ID

pin
string
required

Card PIN. 6 digits, user-defined

activationCode
string
required

Activation code

noPinPaymentAmount
number

Password-free payment amount limit. 0~2000 USD, default 500 USD

Response

Successful response

Activate card response

success
boolean

Success flag

Example:

true

code
integer<int32>

Response code

Example:

200

msg
string

Response message

Example:

"Success"

data
object

Activation result