Simulate Incoming Instant Payment Return
Simulation
Simulate Incoming Instant Payment Return
Simulate an incoming instant payment return.
POST
Simulate Incoming Instant Payment Return
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 return.
Pattern:
^instant_payment_\w+$Body
application/json
The amount of the return in cents. Must be less than or equal to the original transaction amount.
Required range:
x >= 0Example:
5000
The reason for the return.
Available options:
honor_return_request, wrong_amount, duplication, initiating_party_unrecognized, fraud_suspected, undue_payment, narrative, customer_requested Example:
"duplication"
Accompanying free text explanation for the reason.
Maximum string length:
140Response
Intentionally empty - incoming instant payment return will be created asynchronously.

