get https://www.bankingcircleconnect.com/api/v1/payments/bulks//status
Individual payments within a bulk follow the regular payment lifecycle. The bulk file itself has an additional status, representing the aggregated status of all payments in the bulk:
- PendingProcessing: Bulk is being validated and processed
- Processed: At least 51% of payments in the bulk have been successfully processed
- Rejected: Bulk has been rejected due to validation errors
- Cancelled: Bulk has been cancelled (either partially or completely)