Initiate processing of allocations
Experimental

Request

Initiates the processing of one or more payout request allocations.

Only allocations with status pending are processed. Each allocation is processed by creating a transaction.

Security
SecretApiKey or JWT
Bodyapplication/jsonrequired

Allocation processing options.

allocationIdsArray of strings, [ 1 .. 1000 ] itemsrequired

Array of allocation IDs to process.

curl -i -X POST \
  https://www.rebilly.com/_mock/catalog/all/payout-request-allocations/process \
  -H 'Content-Type: application/json' \
  -H 'REB-APIKEY: YOUR_API_KEY_HERE' \
  -d '{
    "allocationIds": [
      "pra_0YVDMDE2BMC6KBB5MX76RF6T80"
    ]
  }'

Responses

Allocation processing has been initiated.

Headers
X-RateLimit-Limitinteger

Total number of rate limit tokens for this request within a rate limit period. For more information, see Rate limits.

Example:3600
X-RateLimit-Remaininginteger

Remaining number of rate limit tokens for this request within the rate limit period. For example, in the sandbox environment, rate limits for non-GET endpoints are set at 3000 requests per 10 minutes.

Example:3600
Response
No content