# Same Day Debit — Get funds into the Dwolla Network faster

**URL:** https://discuss.dwolla.com/t/same-day-debit-get-funds-into-the-dwolla-network-faster/7345
**Category:** Announcements
**Created:** [August 16, 2021, 9:38am UTC](https://discuss.dwolla.com/t/same-day-debit-get-funds-into-the-dwolla-network-faster/7345 "2021-08-16T09:38:16Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![kmoreira](https://sea2.discourse-cdn.com/dwolla/user_avatar/discuss.dwolla.com/kmoreira/32/2718_2.png) [@kmoreira](https://discuss.dwolla.com/u/kmoreira)
#### Post date: [August 16, 2021, 9:38am UTC](https://discuss.dwolla.com/t/same-day-debit-get-funds-into-the-dwolla-network-faster/7345/1 "2021-08-16T09:38:16Z")

</div>

## Same Day Debit

In addition to [Same Day Credits](https://developers.dwolla.com/concepts/same-day-ach#same-day-ach) and [RTP](https://developers.dwolla.com/concepts/real-time-payments#real-time-payments) which offer faster bank-to-bank transfers, Dwolla now supports Same Day Debits, the ability to pull funds from a source bank account to the Dwolla network. With Same Day Debit transfers, funds can be available in your [Dwolla balance](https://developers.dwolla.com/concepts/balance-funding-source#the-dwolla-balance)on the same business day. Funds from a Same Day Debit transfer created before the 12pm CT cutoff are available in the Dwolla balance by the end of the same business day. See table below for times observed in regards to the availability of funds:

 ![](https://global.discourse-cdn.com/dwolla/original/2X/7/7f405904c3316c05262bb1565edb97ea9f766490.png)

\*This time is the latest observed clearing to customer accounts, but the Fed only requires funds to be available by the end of the day.

## Enablement and Testing

Like RTP and Same Day Credits, access to Same Day Debits is a premium feature that requires further approvals from the Dwolla team to enable in production. To enable Same Day Debits and other premium features in production, please reach out to your Dwolla account manager or sales representative. To enable this feature on your Sandbox account for testing, please message us here on the discuss forum or reach out to your account manager.

To initiate a Same Day Debit transfer from your client Dwolla Account or created Customer/end-user, you’ll need to have a bank account added and verified. Same Day Debit transfers are customized on a per-API-request basis.

Below is an example of how to initiate a Same Day Debit transfer using the [initiate a transfer](https://docs.dwolla.com/#initiate-a-transfer) endpoint.

POST `https://api-sandbox.dwolla.com/transfers`

```auto
{

"_links": {

"source": {

"href": "https://api-sandbox.dwolla.com/funding-sources/{bank-id}"

},

"destination": {

"href": "https://api-sandbox.dwolla.com/funding-sources/{balance-id}"

}

},

"amount": {

"currency": "USD",

"value": "10.00"

},

"clearing": {

"source": "next-available"

}

}

```

---

<div class="post-metadata">

### Author: ![kmoreira](https://sea2.discourse-cdn.com/dwolla/user_avatar/discuss.dwolla.com/kmoreira/32/2718_2.png) [@kmoreira](https://discuss.dwolla.com/u/kmoreira)
#### Post date: [August 16, 2021, 9:40am UTC](https://discuss.dwolla.com/t/same-day-debit-get-funds-into-the-dwolla-network-faster/7345/2 "2021-08-16T09:40:13Z")

</div>



---

<div class="post-metadata">

### Author: ![shreya](https://sea2.discourse-cdn.com/dwolla/user_avatar/discuss.dwolla.com/shreya/32/2154_2.png) [@shreya](https://discuss.dwolla.com/u/shreya)
#### Post date: [April 8, 2022, 1:58pm UTC](https://discuss.dwolla.com/t/same-day-debit-get-funds-into-the-dwolla-network-faster/7345/3 "2022-04-08T13:58:31Z")

</div>


