Cards

Validate free card

Validates whether a card is free to use — meaning it is not blocked, not assigned to another customer, and exists in the system.

post/cards/actions/validate-free-card

Headers

Accept-Languagestring

The unique ID of the language code by ISO 639-1.

Request body

card_numberstring required

Card number to validate.

Example request

{
  "card_number": "1000000000016"
}

Response

OK

Changes