tenant-transaction-read
or tenant-admin
Get a report of the instructions in a completed batch.
Batch Instructions Report
Bad Request
A sample batch report in CSV format
orderRef,instructionRef,customerRef,status,failureReason ORDER001,INST001,CUST001,Created, ORDER002,INST002,CUST001,Created, ORDER003,INST003,CUST001,Created, ORDER004,INST004,CUST001,Failed,Instruction already exists. ORDER005,INST005,CUST001,Created,
tenant-transaction-write
or tenant-admin
Upload a batch of instructions.
The batch of instructions to upload that are ready for scheduling
Batch uploaded
Bad Request
{- "batchRef": "string",
- "totalInstructions": 0
}
tenant-transaction-read
or tenant-admin
Get the details of a given batch.
Please use /v2/batch-management/batch/{batchRef}
.
OK - Returns batch details
Bad Request
Batch has been processed
{- "batchRef": "batch123",
- "uploadedAt": "2025-03-04T15:00:00.000Z",
- "status": "Processed",
- "completedAt": "2025-03-04T17:30:00.000Z",
- "instructionCount": 10000,
- "instructionsCreated": 9321,
- "instructionsFailed": 679
}
tenant-transaction-write
or tenant-admin
Upload a batch of reimbursements.
The batch of reimbursements to upload
Batch uploaded
Bad Request
{- "batchRef": "string",
- "itemCount": 0
}
tenant-transaction-read
or tenant-admin
Get the details of a given batch.
OK - Returns batch details
Bad Request
Batch has been processed
{- "batchRef": "batch123",
- "batchType": "Instruction",
- "uploadedAt": "2025-03-04T15:00:00.000Z",
- "status": "Processed",
- "completedAt": "2025-03-04T17:30:00.000Z",
- "itemCount": 10000,
- "itemsCreated": 9321,
- "itemsFailed": 679
}
tenant-transaction-read
or tenant-admin
Get a report of the import of a batch file
Batch Report
Bad Request
A sample batch report in CSV format
orderRef,instructionRef,customerRef,status,failureReason ORDER001,INST001,CUST001,Created, ORDER002,INST002,CUST001,Created, ORDER003,INST003,CUST001,Created, ORDER004,INST004,CUST001,Failed,Instruction already exists. ORDER005,INST005,CUST001,Created,