v1
latestOpenAPI 3.0.12026-07-26106359429.8 KBSimulation
Simulate Incoming Instant Payment Return
Simulate an incoming instant payment return.
post/v1/simulate/instant_payments/{instant_payment_id}/incoming_return
Path parameters
instant_payment_idstring required
ID of the instant payment object you want to return.
Headers
Idempotency-Keystring required
Idempotency key
Request body
Example request
{
"amount": 5000,
"reason": "duplication"
}Response
Intentionally empty - incoming instant payment return will be created asynchronously.