Query user's bound cards
Interface address: Interface address: /api/v1/card/list
Note: This interface allows you to query on all the cards bound under a username.
Request input parameters
Parameter | Type | Mandatory | Description |
---|---|---|---|
userId | String | Y | User's unique tag |
Output parameters
Parameter | Type | Mandatory | Description |
---|---|---|---|
cardList | Array | Y | List of bound cards |
cardStatistics | Object | N | Card statistics |
Output parameters (cardList)
Parameter | Type | Mandatory | Description |
---|---|---|---|
cardId | String | Y | Card ID |
cardLast | String | Y | Last four digits of the card number |
scheme | String | Y | Card scheme |
expiryMonth | String | Y | Expiration month |
expiryYear | String | Y | Expiration year |
fullName | String | Y | Cardholder name |
state | String | Y | Card status UNVERIFIED: pending verification SUCCESS: verification successful |