v1

latestOpenAPI 3.0.02026-07-14866188.2 KB
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

issueIDstring required

The transaction ID (issueID).

statusstring required

Status to change to.

Response

Success.

statusstring

Status of the request.

messagestring

Example response

{
  "status": "success",
  "message": "Status change simulated successfully",
  "data": {
    "paymentLink": "undefined/pay/?issueID=XQTUvRBntIU3AHgQ3jFuN9ZcHIC3_1_1661120543057",
    "error": "None"
  }
}