Get Card Details
GET/openapi/v1/cards| Item | Value |
|---|---|
| HTTP method | GET |
| Request path | /openapi/v1/cards |
| Request type | query |
Request parameters:
| Field | Type | Required | Description |
|---|---|---|---|
cardId | string | Yes | Card ID. |
Response data
| Field | Type | Description |
|---|---|---|
cardId | string | Card ID. |
memberId | string | Platform member ID. |
fpCardAccountId | string | FuturePay platform card account ID. |
cardTypeId | string | Card type ID; may be empty for historical cards whose card type was not recorded. |
cardName | string | Card name. |
status | string | Raw card status from the external provider; additional values may be introduced. Currently known values are active, locked, lost, inactive. |
embossedName | string | Cardholder name. |
network | string | Card network; common values are VISA, MASTERCARD. Product configuration may introduce additional values. |
cardType | string | Card type; currently known values are PHYSICAL, VIRTUAL. Product configuration may introduce additional values. |
expiryMonth | string | Expiry month, as two digits from 01 to 12. |
expiryYear | string | Expiry year, as two or four digits. |
last4 | string | Last four digits of the card number. |
dailyLimit | number | Daily limit, in the card product currency. |
singleTransactionLimit | number | Per-transaction limit, in the card product currency. |
availableLimit | number | Current available limit, in the card product currency. |
cardLimit | number | Total card limit, in the card product currency. |
cardEmail | string | Email address registered for the card. |
