v1

latestOpenAPI 3.1.02026-07-136388308.2 KB
Batch Payments

Remove an internal transfer from a batch

This endpoint will remove a Payment from the Batch (Internal Transfer). 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_INTERNALTRANSFERS to use this endpoint.

delete/v1/batches/{batchUuid}/internaltransfers/{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.

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

Response

Batch payment deleted successfully.