POST
/
card
curl --request POST \
  --url https://gateway.finhub.cloud/cms/1.0.0/card \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "cardProduct": "<string>",
  "embossingName": "<string>",
  "expiration": "<string>",
  "serviceCode": "<string>",
  "virtual": true,
  "cardHolder": {
    "realId": "<string>",
    "active": true,
    "firstName": "<string>",
    "lastName": "<string>",
    "lastName2": "<string>",
    "email": "<string>",
    "address1": "<string>",
    "city": "<string>",
    "country": "<string>",
    "birthDate": "<string>",
    "phone": "<string>",
    "institutionId": "<string>"
  }
}'
"<string>"

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
cardProduct
string
required
embossingName
string
required
expiration
string
required
serviceCode
string
required
virtual
boolean
required
cardHolder
object
required

Response

500 - text/plain

The response is of type string.