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 birthUNSUPPORTED_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
customerIdclaim): the customer ID is derived from the token automatically. - For partner tokens (JWT without
customerIdclaim): thecustomerIdquery parameter is required.
Request
Responses
- 200
- 400
- 403
- 404
Successfully retrieved eligibility status.