Skip to main content

Check eligibility status

GET 

/card/v1/customer-eligibility-status

Checks whether a customer meets all eligibility requirements for card issuance. Returns a list of any outstanding requirements that must be fulfilled before a card can be created.

Requirements are categorized as:

  • REQUIRED_DATA: mandatory customer data is missing, for example, address, date of birth
  • UNSUPPORTED_VALUE: a provided value is not supported for card issuance, for example, unsupported country

When the eligible field is true and the requirements array is empty, the customer is eligible for card issuance.

Authentication:

  • For customer tokens (JWT with customerId claim): the customer ID is derived from the token automatically.
  • For partner tokens (JWT without customerId claim): the customerId query parameter is required.

Request

Responses

Successfully retrieved eligibility status.

Was this page helpful?