v1
latestOpenAPI 3.0.12026-07-26106359429.8 KBSimulation
Simulate Incoming Instant Payment Return Request Rejection
Simulate an incoming instant payment return request rejection.
post/v1/simulate/instant_payments/{instant_payment_id}/incoming_return_request_rejection
Path parameters
instant_payment_idstring required
ID of the instant payment object whose return request you want to reject.
Request body
Example request
{
"reason": "customer_no_response"
}Response
Intentionally empty - return request will be rejected asynchronously.