Payout Engine
Payout Engine covers batch-based disbursement flows with recipients, instructions, reports, and retries.
Current API surface
The backend currently exposes:
GET/POST /api/v1/payout-engine/batchesGET /api/v1/payout-engine/batches/{id}POST /api/v1/payout-engine/batches/{batchId}/executePOST /api/v1/payout-engine/batches/{batchId}/retry-failedGET /api/v1/payout-engine/batches/{batchId}/instructionsGET /api/v1/payout-engine/batches/{batchId}/execution-logsGET /api/v1/payout-engine/batches/{batchId}/reportGET /api/v1/payout-engine/batches/{batchId}/export.csvGET/POST /api/v1/payout-engine/recipientsPOST /api/v1/payout-engine/recipients/{id}/archive
Use the generated API reference for the complete endpoint inventory.