Simulate an incoming instant payment return request acceptance.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the instant payment object whose return request you want to accept.
^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"
Incoming instant payment return request acceptance object created.
The response is of type object.