---
title: "Simulate Card Fulfillment Event"
method: POST
path: "/cards/{card_id}/webhook_simulations/fulfillment"
tags: ["Card Webhook Simulations"]
---

# Simulate Card Fulfillment Event

`POST /cards/{card_id}/webhook_simulations/fulfillment`

This endpoint is for testing environment only to trigger a simulated change in card fulfillment status event

## Path parameters

- `card_id` string, uuid, required — The unique identifier of a card

## Request body

- SimulateCardFulfillment
  - `card_fulfillment_status` 'DIGITALLY_PRESENTED' | 'ISSUED' | 'ORDERED' | 'REISSUED' | 'REJECTED' | 'REORDERED' | 'SHIPPED', required — The status indicating the state of the card issuance

## Response `200`

Simulated fulfillment status change value

- SimulateCardFulfillment
  - `card_fulfillment_status` 'DIGITALLY_PRESENTED' | 'ISSUED' | 'ORDERED' | 'REISSUED' | 'REJECTED' | 'REORDERED' | 'SHIPPED', required — The status indicating the state of the card issuance

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden error
- `422` — Unprocessable entity request response
- `500` — Internal server error

---

[API](https://skmtc.net/synctera/apis/synctera-api.md) · [All operations](https://skmtc.net/synctera/apis/synctera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/synctera/synctera-api/revisions/b0d812e6cdd0/schema)
