Simulate an incoming instant payment return.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Idempotency key
255ID of the instant payment object you want to return.
^instant_payment_\w+$The amount of the return in cents. Must be less than or equal to the original transaction amount.
x >= 05000
The reason for the return.
honor_return_request, wrong_amount, duplication, initiating_party_unrecognized, fraud_suspected, undue_payment, narrative, customer_requested "duplication"
Accompanying free text explanation for the reason.
140Intentionally empty - incoming instant payment return will be created asynchronously.