Overview
You can manage ACH, Wires, and Internal Transfers on your own by choosing which transactions to allow or block for each account number.How It Works
Configure the controls through the create or update Account number API.Contacting Lead to block acocunt numbers is no longer required.
- To determine if incoming ACH credit is accepted, use
accept_credit. - To determine if incoming ACH debit is accepted, use
accept_debit.
counterparty_filter (accept_all, reject_all, allowlist_only) and counterparty_account_numbers_allowlist determine which counterparties are allowed to send or receive payments.
Default Behavior
If no controls are configured, the defaults will maintain the current permissive behavior:accept_credit=trueaccept_debit=truecounterparty_filter=accept_all
Handling Returns
Whenaccept_debit=false, inbound ACH debits will be returned with Return Code R16: Access to the account is restricted due to action taken by the RDFI.
For more return code details, view the ACH Return & Rejections Codes guide.

