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
A three-letter currency code as defined in ISO 4217. Only USD is supported.
USD "USD"
The reason for the return.
following_return_request, wrong_amount, duplicate, unknown_sender, fraudulent, not_justified, narrative, other "duplicate"
Accompanying free text explanation for the reason.
Incoming instant payment return object created.
The response is of type object.