Card Details
GET/v1/cards/:cardId
Required States: ACTIVE
This endpoint will return data when the following conditions are satisfied:
- Party is in a relevant state
ACTIVE - Party has a valid account that is
ACTIVE - Party has a relationship to the nominated card instance.
Returns a extended details about the requested card identifier. It returns the base set of information contained in the card listing endpoint, as well as additional information about the card instance along with available features on the card.
The response will contain the following details:
- Card ID
- Card Status
- Card Type
- Card Brand
- Card Holder Name
- Card Expiry
- Masked PAN
- Account ID
- Replacement Card ID
- Replacement Reason
- Features (array of entries)
- Feature Type
- Is Activated
Returns more detailed information about a card.
Request
Responses
- 200
- 401
- 403
- 404
- 500
- 503
OK
Missing or invalid authentication token (GEN001002) or Role unauthorized (GEN001006) or Tenant context could not be resolved (AUT001001)
External application access denied (AUT003001) or Party not in required status (PAR003001)
No open binding for the card (CRT004005) or Card not found (CAR004001)
Internal server error (CAR100001) or Core banking error (CAR100002) or General internal server error (GEN100000) or Service error (GEN100001)
All connector targets are currently unhealthy (CRT103001)