v5
latestOpenAPI 3.1.02026-07-262421791.5 MBcard
Get card details
Retrieves details for a specific card by its token.
get/v3/spend/profiles/{profileId}/cards/{cardToken}
Path parameters
profileIdinteger required
The ID of the profile that owns the card.
cardTokenstring uuid required
The unique token identifying the card.
Headers
X-External-Correlation-Idstring uuid
Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.
Response
Card details retrieved successfully.
Example response
{
"token": "ca0c8154-1e14-4464-a1ce-dcea7dc3de52",
"profileId": 123456,
"clientId": "wise_api_docs",
"status": {
"value": "ACTIVE"
},
"cardHolderName": "John Smith",
"expiryDate": "2028-05-31T00:00:00Z",
"lastFourDigits": "6320",
"bankIdentificationNumber": "459661",
"phoneNumber": "+441234567890",
"cardProgram": {
"name": "VISA_DEBIT_BUSINESS_UK_1",
"scheme": "VISA",
"defaultCurrency": "GBP",
"cardType": "VIRTUAL"
},
"unlockSpendingPermissions": "WITH_PARTNER_API",
"creationTime": "2022-05-31T01:43:24.596321434Z",
"modificationTime": "2022-05-31T01:43:24.596321825Z"
}