v5
latestOpenAPI 3.1.02026-07-262421791.5 MBcard-kiosk-collection
Retrieve card production status
Retrieves the current production status of a card at a kiosk machine.
Best practice: Subscribe to the card production status change webhook for real-time notifications. Use this endpoint only when you need to synchronously check the status.
get/v3/spend/profiles/{profileId}/cards/{cardToken}/production
Path parameters
profileIdinteger required
The profile ID (personal or business) that owns the card.
cardTokenstring 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
OK - Successfully retrieved card production status.
Example response
{
"status": "IN_PROGRESS",
"kioskId": "WIS00001",
"occurredAt": "2024-01-01T12:24:56.121Z",
"errorCode": "PIN_VERIFICATION_FAILED",
"description": "The PIN cannot be verified because the server is unreachable"
}