Skip to main content
POST
Simulate Card Fulfillment Event

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

card_id
string<uuid>

Card ID

Example:

"6dc0397d-1aba-4be9-9582-895a7a887d49"

Body

application/json

Desired simulated fulfillment status change value

card_fulfillment_status
enum<string>
required

The status indicating the state of the card issuance

Available options:
ISSUED,
REISSUED,
ORDERED,
REJECTED,
REORDERED,
SHIPPED,
DIGITALLY_PRESENTED

Response

Simulated fulfillment status change value

card_fulfillment_status
enum<string>
required

The status indicating the state of the card issuance

Available options:
ISSUED,
REISSUED,
ORDERED,
REJECTED,
REORDERED,
SHIPPED,
DIGITALLY_PRESENTED