Skip to main content

Search for card in vault

GET 

/cards/:cardId

The purpose of this endpoint is to find a card that has been saved in the card vault.

Request​

Path Parameters

    cardId uuidrequired

Header Parameters

    caller-origin string

    Include the 'caller-origin' property as a string in the header of REST requests only if the application is an e-commerce platform, otherwise, don't include it.

Responses​

OK

Schema

    cardId string
    cardNumber string
    expirationMonth int32
    expirationYear int32
    isPrivateLabel boolean
Loading...