v5
latestOpenAPI 3.1.02026-07-262421791.5 MBcard-order
Update card order status
Updates the status of a card order based on its cardOrderId. The status can be updated to one of the following:
- CANCELLED
- COMPLETED (deprecated)
The behaviour for card order cancellation differs across card order statuses:
- PLACED: Card order can be cancelled with no further action required.
- REQUIREMENTS_FULFILLED, CARD_DETAILS_CREATED, PRODUCED: Card order can be cancelled, and its associated card will be blocked. However, the physical card may have already been produced and may be in delivery. If so, the card will still reach the end user's address. This should be communicated to the end user to prevent confusion.
- COMPLETED, RETURNED: Card orders in these statuses cannot be cancelled.
{% admonition type="info" %} Updating a card order status to COMPLETED is deprecated. Check with our team whether this is supported in your integration. {% /admonition %}
put/v3/spend/profiles/{profileId}/card-orders/{cardOrderId}/status
Path parameters
profileIdinteger required
The profile ID (personal or business).
cardOrderIdinteger required
The card order ID.
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.
Request body
Example request
{
"status": "CANCELLED"
}Response
Accepted - Card order status update has been accepted.