Skip to main content
POST
/
cards
/
{card_id}
/
webhook_simulations
/
fulfillment
Simulate Card Fulfillment Event
curl --request POST \
  --url https://api.synctera.com/v2/cards/{card_id}/webhook_simulations/fulfillment \
  --header 'Content-Type: application/json' \
  --data '{
  "card_fulfillment_status": "ISSUED"
}'
{
  "card_fulfillment_status": "ISSUED"
}

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