Simulate Transaction Status Transition

Change the status of an existing transaction in the sandbox environment from PENDING to CONFIRMED, REVERSED or DECLINED. This endpoint is ONLY available on our sandbox environment and NOT on production. See documentation for details.

Hint: The Pliant web app shows confirmed transactions as pending, since we only switch this status if the transaction is booked/settled. Keep this in mind when using this generator!

Path Params
uuid
required

The unique identifier of the transaction to change. The transaction has to be in status PENDING.

Body Params
string
enum

The new status of the transaction. The initial status of the transaction is PENDING. The status can be changed to CONFIRMED or REVERSED or DECLINED.

Allowed:
Responses
200

Ok

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Choose an example:
application/json