Skip to main content
POST
Simulate Incoming Instant Payment Return Request Rejection

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

instant_payment_id
string
required

ID of the instant payment object whose return request you want to reject.

Pattern: ^instant_payment_\w+$

Body

application/json
reason
enum<string>
required

The reason for rejecting the return request.

Available options:
account_closed,
non_sufficient_funds,
customer_requested,
legal_decision,
customer_no_response,
returned_previously,
narrative,
per_agent_request,
other
Example:

"customer_no_response"

additional_information
string

Accompanying free text explanation for the reason.

Maximum string length: 140

Response

Intentionally empty - return request will be rejected asynchronously.