Generate Card External ID

This API lets you generate external IDs manually which can be tagged to a customer while registering. A unique external ID is generated every time you call this API.

When a customer is registered without an external ID, this API is called in the back end and the unique external ID is tagged to the customer automatically. However, it does not override the existing external ID.

👍

For detailed information about our APIs and for hands-on testing, refer documentation in API overview and step-by-step guide on making your first API call in Make your first API call .

Prerequisites

Navigate to InTouch > Settings > Miscellaneous> Registration Configuration page to:

  • Enable CONF_CARD_NUMBER_GENERATION_ENABLED.
  • SEnable CONF_CLIENT_V2_API_ENABLED.
  • Valid only for account IDs configured on SOURCE_ACCOUNTS_EXTERNALID_ENABLED .
  • Set CONF_CARD_CHECKSUM_DIGIT_ALGO
  • Set CONF_CARD_NUMBER_LENGTH

For more information and other optional configurations available, refer to External ID configuration.

📘

In response, entity is the generated external ID.

API endpoint example

https://us.api.capillarytech.com/v2/cardNumber

Response parameters

ParameterDescription
entityThe external ID generated
warningsArray of any warnings
{
  "entity": "BUK003870381",
  "warnings": []
}
Language
Authorization
Basic
base64
:
URL
Click Try It! to start a request and see the response here!