change_files permission on your API token to call this endpoint.
Request
POST https://app.kulmipay.com/api/v1/send-money/cancel/
Bearer token. Format:
Bearer <token>.The
file_id of the payment file you want to cancel. This is returned in the initiation response.Response
A successful request returns HTTP200 with the updated file object showing its cancelled state.
The payment file identifier.
The file’s tracking UUID.
The updated file state. Returns
CANCELLED after a successful cancellation.Total amount across all transactions in the file.
Number of transactions in the file.
The list of transactions with their statuses. All transactions remain in
PENDING state when a file is cancelled — they are not processed.Actual charges applied. Will be
0.00 for a cancelled file.Amount paid out. Will be
0.00 for a cancelled file.Your batch reference, as submitted.
ISO 8601 timestamp when the file was created.
ISO 8601 timestamp of the cancellation.
