---
title: "Simulate a card or other status change. Accepted values include [\"failed\", \"expired\", \"fraud\", \"paid\"]. Only works in staging."
method: POST
path: "/v0.2.4/payment/simulate"
tags: ["Payments"]
---

# Simulate a card or other status change. Accepted values include ["failed", "expired", "fraud", "paid"]. Only works in staging.

`POST /v0.2.4/payment/simulate`

## Request body

- object
  - `issueID` string, required — The transaction ID (issueID).
  - `status` string, required — Status to change to.

## Response `200`

Success.

- object
  - `status` string — Status of the request.
  - `message` string
  - `data` object
    - `paymentLink` string
    - `error` string
    - `data` object[]
    - `cryptoPayment` object
      - `xrpl` object
      - `eth` object
      - `bsc` object

## Other responses

- `400` — Validation error in the request.
- `401` — Access to this resource is not available for unauthenticated users.
- `403` — Access to this resource is forbidden.
- `500` — Indicates an internal server error.

---

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