checkCards

abstract suspend fun checkCards(issuerId: String, cardHandles: List<CardHandle>): List<Card>

Check if cards are eligible and can be provisioned to wallet. The card handles may have been obtained directly from issuer.

The cardHandle shall contain is following claim:

  • issuerId - cardholder alias

  • issuerCardId - is optional identifier that allows to distinguish between different instances of the card, it is unique per piece of plastic card

  • cardReferenceId - is required identifier that is stable and represents a contract between cardholder and issuer and should not change during renewals/reissue

Return

list of cards with eligibilityCheck can be used for In-App Push Provisioning

Parameters

issuerId

Identifier of issuer of card of cardHolder

cardHandles

The card handle contains card reference