# Debit Transfer

A debit transfer or <mark style="color:red;">"pull" payment</mark> is a transaction initiated by the <mark style="color:red;">receiver of funds</mark>, where the bank receives a payment request by the payee, and then sends the funds per request.&#x20;

<mark style="color:purple;">USE CASES</mark>

* Utility bills
* Mortgages
* Check conversion

ACH [direct debit](https://en.wikipedia.org/wiki/Direct_debit) collections are initiated by the payee with pre-authorization from the payer; ACH direct debits include consumer payments such as utility bills, [insurance premiums](https://en.wikipedia.org/wiki/Insurance_premium), [mortgage loans](https://en.wikipedia.org/wiki/Mortgage_loans), and other types of bills.

***

<mark style="color:purple;">RESOURCES</mark>

[Converted Check Copy (CCC)](https://www.frbservices.org/resources/financial-services/ach/reference-guide/ccc.html)\
[Electronic Check Processing](https://fiscal.treasury.gov/ecp/)\
[ACH debit: An in-depth guide](https://stripe.com/resources/more/ach-debit-an-in-depth-guide)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.xft.finance/learn/flows/payments/debit-transfer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
