Bulk Transfers
This page exists for compatibility with older examples and tenant-specific payout programs that refer to a bulk transfer orchestration flow.Reviewed Public Status
The reviewed public gateway manifest does not currently include a canonicalPOST /api/v1/transfers/bulk route.
When This Page Still Matters
- your tenant has a separately issued bulk payout contract
- you are migrating from an older integration that still refers to a bulk route
- you need to distinguish reviewed public transfer APIs from compatibility-only guidance
Guidance
- Do not assume a
/bulkroute exists on every tenant or every environment. - If Zentra has approved a tenant-specific bulk surface for you, follow the exact contract issued with that program.
- Keep every child transfer deterministic, idempotent, and individually auditable even when your own system batches work upstream.
Recommended Reviewed Public Pattern
Use individualPOST /api/v1/transfers requests with stable business reference values and replay-safe request identity in your integration layer.
Next Steps
Create Transfer
Use the reviewed public transfer creation route
List Transfers
Review transfer outcomes and reconciliation data