- Retrieve payout request batches
Retrieves a list of payout request batches.
Criteria for filtering collection items. This field requires a special format. Use , to specify multiple allowed values. Use ; to specify multiple fields.
For more information, see Search filters.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/payout-request-batches
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/payout-request-batches
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/payout-request-batches
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/payout-request-batches?limit=0&offset=0&q=string&filter=string&sort=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'List of payout request batches retrieved.
Total number of items that match the request. The value is independent of limit, including when limit is 0.
ID of the user who created the batch.
Optional description of the batch.
Order for auto-allocation of payout requests in this batch. When set, this field overrides the organization-level allocation order during batch auto-allocation. Must contain selected-payment-instrument exactly once. Valid values: payment-card (payment cards), alternative-payment-methods (catch-all for alternative payment methods), selected-payment-instrument (customer-requested instrument), or any payment method API name (for example, paypal, Interac-eTransfer).
[ "paypal", "Interac-eTransfer", "payment-card", "alternative-payment-methods", "selected-payment-instrument" ]
[ { "id": "preq_batch_0YVDMDE2BMC6KBB5MX76RF6T80", "userId": "usr_0YVCEENYJ3D7Q9EN6BN16HA0G4", "totalCount": 10, "customerCount": 3, "totalAmountByCurrency": [ … ], "description": "Batch processed on 2024-01-15", "allocationOrder": [ … ], "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "_links": [ … ] } ]