Cancel an ACH debit
Cancels an existing ACH debit object. Supply the unique ACH debit identifier. The ACH debit must be in the cancellable status, i.e. pending. ACH debits cannot be cancelled after the cutoff time on the charge date because that is the time they are submitted to the banking system.
ARGUMENTS
Scroll inside to view more
|
Argument
|
Description
|
|---|---|
ach_debit REQUIRED
| The identifier of the ACH debit to be cancelled.
|
Returns Returns a cancelled ACH debit object if a valid identifier was provided.
Request
Response
API Endpoints
Sandbox Link
POST
https://api-test.lotuspay.com/v1/ach_debits/{ID}/cancel
Production Link
POST
https://api.lotuspay.com/v1/ach_debits/{ID}/cancel

