Create and Order Card Simulation

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}/authorization
  • POST /v1/cards/simulations/{cardId}/settlement
Body Params
integer
required

Savings account to link to the simulated card.

integer
required

Card product identifier.

integer
required

User to associate with the simulated card.

Headers
string
required
Defaults to default

The banking instance identifier. Use default for staging simulations.

Responses

400

The request failed validation.

401

Authentication credentials were missing or incorrect.

403

The authenticated user does not have permission to simulate cards.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json