POST /payout-requests/{id}/split

Splits a pending payout request into two or more separate requests. Provide an array of at least two amounts; one new payout request is created per amount. The sum of the amounts must equal the original payout request amount. The original request transitions to the split status. This operation returns the newly created payout requests.

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
amounts[] Array Yes

Amounts for each new payout request. One request is created per amount. Provide at least two amounts. Each amount must be greater than zero. The sum must equal the original payout request amount.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.