Skip to content

Get Card Details

GET /openapi/v1/cards
ItemValue
HTTP methodGET
Request path/openapi/v1/cards
Request typequery

Request parameters:

FieldTypeRequiredDescription
cardIdstringYesCard ID.

Response data

FieldTypeDescription
cardIdstringCard ID.
memberIdstringPlatform member ID.
fpCardAccountIdstringFuturePay platform card account ID.
cardTypeIdstringCard type ID; may be empty for historical cards whose card type was not recorded.
cardNamestringCard name.
statusstringRaw card status from the external provider; additional values may be introduced. Currently known values are active, locked, lost, inactive.
embossedNamestringCardholder name.
networkstringCard network; common values are VISA, MASTERCARD. Product configuration may introduce additional values.
cardTypestringCard type; currently known values are PHYSICAL, VIRTUAL. Product configuration may introduce additional values.
expiryMonthstringExpiry month, as two digits from 01 to 12.
expiryYearstringExpiry year, as two or four digits.
last4stringLast four digits of the card number.
dailyLimitnumberDaily limit, in the card product currency.
singleTransactionLimitnumberPer-transaction limit, in the card product currency.
availableLimitnumberCurrent available limit, in the card product currency.
cardLimitnumberTotal card limit, in the card product currency.
cardEmailstringEmail address registered for the card.