Add Card Number to a Card Series

Lets you add a new card number to a card series and provide card details.

Once the card is added, you can issue it to a customer using customers /changeIdentifier API.

Prerequisite

Example request

curl --location 'https://eu.api.capillarytech.com/v2/card' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic zViOTY0YjA3MTUyZDIzNGI3MA==' \
--header 'Cookie: _cfuvid=5xRIvZNGebysflcCPUIerxXfddTPPCVLZ1_rpjmFeUA-1764931787098-0.0.1.1-604800000' \
--data '{
    "seriesId": 216,
    "cardNumber": "Test7666667005",
    "cardExternalId": "CardExtId175",
    "statusLabel": "NOT_ISSUED",
    "statusInfo": {
        "reason": "Card is generated but not issued"
    }
    
       
      
        
   
}'

Example response

{
    "entity": 939677,
    "warnings": []
}

Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!