v1

latestOpenAPI 3.0.02026-07-2352269214.0 KB
Card

Get card details

This request is used by the bank backend to request card details.

get/v2/issuers/{issuerId}/cards/{cardId}

Response

Successful get card details

consumerIdstring required

Unique identifier of the end user.

cardIdstring required

Unique identifier of the card.

newCardIdstring

Unique identifier of the new card. Provided in case the card is in REPLACED state.

cardProductIdstring required

Unique identifier of the type of card (defined during the onboarding of D1)

threeDSsupportboolean

Determines if the card supports EMV 3-D Secure (3DS) flows.

scheme'MASTERCARD' | 'VISA' | 'AMEX' required

The card scheme

auxiliaryScheme'DANKORT'

The card auxiliary scheme

panSuffixstring required

Last 4 digits of the PAN

expstring required

Expiry date of the card in MMYY format

newExpstring

New Expiry date of the card in MMYY format. Provided in case of ongoing RENEWAL operation.

state'ACTIVE' | 'INACTIVE' required

The state of the card.

stateReason'CLOSED_ACCOUNT' | 'CLOSED_CARD' | 'CARD_LOST' | 'CARD_FOUND' | 'CARD_STOLEN' | 'CARD_BROKEN' | 'CARD_NOT_RECEIVED' | 'FRAUD' | 'USER_DECISION' | 'ISSUER_DECISION' | 'CVV2_LOCKED' | 'EXPIRY_DATE_LOCKED' | 'PIN_LOCKED'

reason associated to the state

ongoingOperation'NONE' | 'RENEWAL' required
creationTimestring required

The time the ressource has been created. Format ISO 8601 YYYY-MM-DDThh:mm:ssTZD

lastUpdateTimestring

The time the resource has been last updated. Format ISO 8601 YYYY-MM-DDThh:mm:ssTZD