v1

latestOpenAPI 3.0.12026-07-26106359429.8 KB
Simulation

Simulate Incoming Instant Payment Return Request Rejection

Simulate an incoming instant payment return request rejection.

post/v1/simulate/instant_payments/{instant_payment_id}/incoming_return_request_rejection

Path parameters

instant_payment_idstring required

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

Request body

reason'account_closed' | 'non_sufficient_funds' | 'customer_requested' | 'legal_decision' | 'customer_no_response' | 'returned_previously' | 'narrative' | 'per_agent_request' | 'other' required

The reason for a rejected return request.

  • account_closed - Account closed
  • non_sufficient_funds - Insufficient funds
  • customer_requested - Customer decision
  • legal_decision - Legal decision
  • customer_no_response - No answer from customer
  • returned_previously - Already returned
  • narrative - Narrative reason, additional_information required
  • per_agent_request - Agent decision
  • other - Other
additional_informationstring

Accompanying free text explanation for the reason.

Example request

{
  "reason": "customer_no_response"
}

Response

Intentionally empty - return request will be rejected asynchronously.