Test Data Generator (Sandbox-only)
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!
post/test-data-generator/transactions/{transactionId}/status
Path parameters
transactionIdstring uuid required
The unique identifier of the transaction to change. The transaction has to be in status PENDING.
Request body
Response
Ok