post
https://api.stage.mbanq.cloud/v1/cards/simulations
Sandbox-only simulator endpoint that creates a card and immediately makes it ready for transaction testing.
This operation bypasses the standard card creation workflow and the external card processor. It creates the card record, sets the card status to ACTIVE, marks the physical card as activated, sets fulfillment status to SHIPPED, creates a shipping history entry, sets the activation date to the current date, and triggers card activation events.
Use the returned id as the cardId for subsequent simulation requests:
POST /v1/cards/simulations/{cardId}/authorizationPOST /v1/cards/simulations/{cardId}/settlement
400The request failed validation.
401Authentication credentials were missing or incorrect.
403The authenticated user does not have permission to simulate cards.

