POST
/
card-product
curl --request POST \
  --url https://gateway.finhub.cloud/cms/1.0.0/card-product \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "code": "<string>",
  "active": true,
  "bin": "<string>",
  "cardNumberLength": 123,
  "randomCardNumber": true,
  "scheme": "<string>",
  "cardActivation": "<string>",
  "cardType": "<string>",
  "startDate": "<string>",
  "endDate": "<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
name
string
required
code
string
required
active
boolean
required
bin
string
required
cardNumberLength
integer
required
randomCardNumber
boolean
required
scheme
string
required
cardActivation
string
required
cardType
string
required
startDate
string
required
endDate
string
required
institutionId
string
required

Response

500 - text/plain

The response is of type string.