v1

latestOpenAPI 3.0.1MIT2026-07-261190449.2 KB
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

status'CONFIRMED' | 'REVERSED' | 'DECLINED'

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.

Response

Ok