v1

latestOpenAPI 3.1.02026-07-136388308.2 KB
Batch Payments

Remove a bank transfer from a batch.

This endpoint will remove a payment from the Batch (Bank Transfers). You can only remove payments before the batch is submitted for approval (while it is in the OPEN state). You will need to enable PERM_BUSINESS_DELETE_BATCH_BANKTRANSFERS to use this endpoint.

delete/v1/batches/{batchUuid}/banktransfers/{itemUuid}

Path parameters

batchUuidstring required

The uuid of the batch.

Example:4ADFB67A-0F5B-4A9A-9D74-34437250045C
itemUuidstring required

The uuid of the item to remove.

Response

Batch payment deleted successfully.