Get bulk filesAsk AIget https://www.bankingcircleconnect.com/api/v1/payments/bulksQuery ParamsPaymentBulkIduuidPayment bulk identifier of your payment bulk Criteria: Exact match of PaymentBulk.PaymentBulkIdStatusstringenumAggregated status of instructions in the bulk Criteria: Exact matchUnknownScaExpiredScaFailedScaPendingPendingApprovalMissingFundingPendingProcessingHoldPendingCancellationPendingCancellationApprovalDeclinedByApproverRejectedCancelledProcessedReversedScaDeclinedApprovedShow 17 enum valuesInstructedDateFromdate-timeDate on which your payment bulk instruction was delivered to Banking Circle InstructedDateFrom and InstructedDateTo form a date range Criteria: PaymentBulk.InstructedDate must be equal or later Format: ISO 8601 | YYYY-MM-DDInstructedDateTodate-timeDate on which your payment bulk instruction was delivered to Banking Circle InstructedDateFrom and InstructedDateTo form a date range Criteria: PaymentBulk.InstructedDate must be equal or earlier Format: ISO 8601 | YYYY-MM-DDAggregatedAmountFromdoubleAggregated amount of payments in payment bulk AggregatedAmountFrom and AggregatedAmountTo form an amount range Criteria: PaymentBulk.PaymentStatistics.AggregatedAmount must be equal or largerAggregatedAmountTodoubleAggregated amount of payments in payment bulk AggregatedAmountFrom and AggregatedAmountTo form an amount range Criteria: PaymentBulk.PaymentStatistics.AggregatedAmount must be equal or smallerPageNumberint321 to 2147483647Defaults to 1Number of pages returned. Condition: Valid page number(1 to n).PageSizeint321 to 100Defaults to 50No. of items returned per page. Condition: Valid page number(1 to 100)Responses 200OK 400Bad request. Request is not correctly formulated. Goes for both Header, Query and Body. Verify the error description and properties. 403Forbidden. The server understood the request, but is refusing it or the access is not allowed, i.e. if resource exists but calling user does not have rights to access it. 404Not found. There is no resource behind the URL, i.e. requesting data on an account that does not exist. 500Internal Server Error. Something unexpected happened on BC Connect side.Updated about 2 months ago