post
https://api-sandbox.fintecture.com/pis/v2/payments//event-simulations
Sandbox only. Simulates an asynchronous bank transition event on a payment session, as if the real bank callback arrived. This lets you drive a pay-in session through its whole lifecycle entirely by API — no Connect / Demo Bank UI — which is the recommended way to run automated tests or load tests against the sandbox.
Scripted flow:
- Create a session via the standard public API:
POST /pis/v2/connectorPOST /pis/v2/request-to-pay. No provider selection is needed — the Demo Bank is assigned automatically on the first simulation. - Simulate the statuses your integration should handle. Any transition valid in production is accepted, e.g. straight to
payment_created, orpayment_pendingfirst (a session left there stays pending), thenpayment_created,payment_unsuccessful(with an optionaltransfer_reason, e.g.insufficient_funds) orpayment_expired. A failed payment can go back topayment_pending(bank retry), as in production.
All side effects (webhooks, notifications) fire exactly as with a real bank callback.
Constraints:
- Not available in production (
simulation_not_allowed) - The session must belong to the authenticated application
- Only status transitions valid in production are accepted (
invalid_state_transition) — e.g.payment_createdis terminal
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…