v1

latestOpenAPI 3.0.0ISC2026-07-249501.1 MB
Payouts

Cancel pending payouts

Allows merchants to cancel pending payout transactions.

<!-- theme: warning -->

⚠️ Try It

To use the Try It feature for this endpoint, you must use the credentials for your Sandbox API user.

<div style="display:none;">

Request parameters

  • ids

Response parameters

  • message
</div>
delete/payout/v3/pending

Request body

idsinteger[]

The ID values auto-generated by Nexio when the payout requests were submitted. These values are the same as the payoutId parameter values.

Response

OK

messagestring

A message from Nexio about the state of the request.

Example response

{
  "message": "Successfully deleted pending payouts with ids: nnnn"
}