v1

latestOpenAPI 3.1.0© Modulr Finance2026-08-04207430590.4 KB
File Upload

Create payments from one or more uploaded files

Create batch payment requests from valid upload files with a single applicable MFA challenge and send for processing to the payment service

post/payment-files/proceed

Request body

fileIdsstring[] required

List of fileIds to create payments from

useDuplicateboolean

When true, duplicate files will be processed - Applies to all fileIds in this request

Response

File created response

Example response

{
  "results": [
    {
      "fileId": "F1100001",
      "status": "INVALID",
      "fileName": "file1",
      "batchPaymentId": "B1100001",
      "reason": "Issue sending Batch payments"
    }
  ]
}