Simulate Incoming Instant Payment Return Request
Simulation
Simulate Incoming Instant Payment Return Request
Simulate an incoming instant payment return request.
POST
Simulate Incoming Instant Payment Return Request
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Idempotency key
Maximum string length:
255Path Parameters
ID of the instant payment object you want to request a return for.
Pattern:
^instant_payment_\w+$Body
application/json
The reason for the return request.
Available options:
creditor_account_number_invalid, wrong_amount, customer_requested, duplication, fraud_suspected, narrative, service_not_rendered, technical_problem, undue_payment Example:
"duplication"
Accompanying free text explanation for the reason.
Maximum string length:
140Response
Intentionally empty - instant payment record will be updated with return request details asynchronously.

