Create an automatic payout request allocation
Experimental

Request

Creates an automatic payout request allocation using system-selected parameters.
Only the payout request ID is required; all allocation details are determined automatically.

When an allocation is created, the payout request transitions to the in-progress status, and the allocation starts in the pending status. The allocation transitions to the processing status when payment processing begins.

Security
SecretApiKey or JWT
Bodyapplication/jsonrequired

Payout request allocation resource.

payoutRequestIdstring, <= 50 charactersrequired

ID of the payout request to allocate.

Example:"pout_req_0YVDMDE2BMC6KBB5MX76RF6T80"
curl -i -X POST \
  https://www.rebilly.com/_mock/catalog/all/payout-request-allocations/auto \
  -H 'Content-Type: application/json' \
  -H 'REB-APIKEY: YOUR_API_KEY_HERE' \
  -d '{
    "payoutRequestId": "pout_req_0YVDMDE2BMC6KBB5MX76RF6T80"
  }'

Responses

Payout request auto-allocation completed.

Response
No content