# Direct debits

Let external parties debit your financial account with ACH.
Available in: US
You can let external parties debit your financial account with ACH by sharing local account details for one-off payments.

To let others debit your financial account, find your local account details on the [Balances](https://dashboard.stripe.com/balances) page in the **Account details** section, and share them with the party initiating the debit.

When the debit settles, Stripe sends an email notification that money was debited from your financial account. You can view the transaction on the [Balances](https://dashboard.stripe.com/balances) page in the Dashboard.

## Dispute a debit

If you don’t recognize a debit transaction, you can dispute it in the Dashboard within one business day of the settlement date.

To dispute a debit transaction:

1. On the [Balances](https://dashboard.stripe.com/balances) page, select the debit transaction.
2. Click **Dispute**.
3. Click **View dispute** to review the details of the disputed transaction.

To dispute a debit transaction later than 1 business day after its settlement date, [contact support at treasury-support@stripe.com](mailto:treasury-support@stripe.com).

### Enable debiting a financial account

Enter your email to request access.

```bash
curl https://docs.stripe.com/preview/register \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Referer: https://docs.stripe.com/treasury/direct-debits" \
  -d '{"email": "EMAIL", "preview": "received_debits_treasury_preview"}'
```
