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