v5

latestOpenAPI 3.1.02026-07-262421791.5 MB
simulation

Simulate card production state change

Simulates a card production status change in the sandbox environment.

{% admonition type="warning" %} Please ensure that you have created a physical card order with KIOSK_COLLECTION delivery method and that you produce the card before calling this endpoint to simulate various card production statuses. {% /admonition %}

post/v1/simulation/spend/profiles/{profileId}/cards/{cardToken}/production

Path parameters

profileIdinteger required

The profile ID.

cardTokenstring uuid required

The card token.

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

status'PRODUCED' | 'PRODUCTION_ERROR'

The intended production status of the card.

errorCodestring

The error code to simulate. This field should be set only if the status is PRODUCTION_ERROR.

Response

Card production state changed successfully.