> For the complete documentation index, see [llms.txt](https://help.lob.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.lob.com/account-management/billing/lob-payment-methods.md).

# Lob Payment Methods

<table data-header-hidden><thead><tr><th width="163"></th><th width="289.3333333333333"></th><th></th></tr></thead><tbody><tr><td><strong>Payment Method</strong></td><td><strong>Instructions</strong></td><td><strong>Funds Available</strong></td></tr><tr><td><p><strong>ACH</strong> </p><p>(Auto ACH Pull is processed 3-5 business days after invoice is sent)</p><p>*dependent on bank</p></td><td><ul><li>Add ACH Bank Information <a href="https://dashboard.lob.com/settings/payment">here</a> on Lob Dashboard -> Payment</li><li>Follow steps to verify bank account and authorize Lob to initiate ACH Pull</li><li>Complete this <a href="http://eepurl.com/irmA7c">form</a> to finalize this request</li><li>ACH Pull will be activated only upon completion of all of these steps.</li></ul></td><td><p>Upon successful ACH Pull , which is typically 3-5 business days after ACH is initiated</p><p>*dependent on bank</p></td></tr><tr><td><p><strong>ACH</strong> </p><p>(Initiated by Customer)</p></td><td><p>Lob.com Inc.</p><p>Bank Routing Number: 121140399<br>SWIFT Code: SVBKUS6S<br>Account Number:  3300989261<br>Account Name:  <a href="http://lob.com/">LOB.COM</a>, INC.<br></p></td><td>1-2 business days from date of ACH push</td></tr><tr><td><strong>Wire transfer</strong> (Initiated by Customer)</td><td><p>Remittance Address:</p><p>Lob.com. Inc</p><p>PO BOX 121900</p><p>DALLAS TX 75312-1900</p><p></p><p>Bank Routing Number: 121140399<br>SWIFT Code: SVBKUS6S<br>Account Number:  3300989261<br>Account Name:  <a href="http://lob.com/">LOB.COM</a>, INC.<br>Bank Address: Silicon Valley Bank, 3003 Tasman Drive, Santa Clara, CA 95054</p></td><td>1-2 business days from date of Wire</td></tr><tr><td><strong>Checks</strong></td><td><p>Pay to the order of: “Lob.com, Inc”​</p><p></p><p>Standard Mail:</p><p>PO BOX 121900</p><p>DALLAS TX 75312-1900</p><p></p><p>​Courier Delivery: </p><p>#891900</p><p>885 East Collins Boulevard, Suite 110<br>Richardson, TX 75801</p></td><td>Checks deposited daily</td></tr><tr><td><strong>Credit Card</strong></td><td><ul><li>Add Credit Card Information in Lob Dashboard -> Billing -> Payments</li></ul></td><td>Upon successful charge, with a 3% service fee</td></tr></tbody></table>

Please reach out to <AR@lob.com> with any questions.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.lob.com/account-management/billing/lob-payment-methods.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
