> For the complete documentation index, see [llms.txt](https://docs.charted.com/ap-automation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.charted.com/ap-automation/charted-faqs/payment-automation.md).

# Payment Automation

### FAQs

* [ACH Troubleshooting and Reversals](/ap-automation/charted-faqs/payment-automation/ach-troubleshooting-and-reversals.md) for failed payments, cancellations, and return timing.
* [ACH Setup and Timing](/ap-automation/charted-faqs/payment-automation/ach-setup-and-timing.md) for bank requirements, release cutoffs, and debit timing.
* [Outsourced Check Processing](/ap-automation/charted-faqs/payment-automation/outsourced-check-processing.md) for mailed check questions and processing details.
* [On Premise Check Printing and Configuration](/ap-automation/charted-faqs/payment-automation/on-premise-check-printing-and-configuration.md) for in-house printing questions.
* [Verifying Business Entities](/ap-automation/charted-faqs/payment-automation/verifying-business-entities.md) for onboarding and compliance questions.
* [Payee Deactivation](/ap-automation/charted-faqs/payment-automation/deactivating-payees.md) for questions about inactive payees, held payments, and reactivation.
* [Supported International Payment Countries](/ap-automation/charted-faqs/payment-automation/supported-international-payment-countries.md) for current country coverage.
* [Payee Invitations](/ap-automation/charted-faqs/payment-automation/payee-invitations.md) for questions about inviting payees, opt-out, and collecting payment information

### Related topics

* [Payment Automation](/ap-automation/charted-configuration/payment-automation.md) for the full configuration guide.
* [Payment Automation](/ap-automation/charted-features/payment-automation.md) for payment workflow guides after setup.
* [Verifying Business Entities](/ap-automation/charted-configuration/payment-automation/verifying-business-entities.md) and [Verifying Funding Sources](/ap-automation/charted-configuration/payment-automation/verifying-funding-sources.md) for onboarding blockers.
* [Navigating the Ready for Release Queue](/ap-automation/charted-features/payment-automation/navigating-the-ready-for-release-queue.md), [Resolving Not Ready for Release Issues](/ap-automation/charted-features/payment-automation/resolving-not-ready-for-release-issues.md), and [Tracking and Cancelling Payments](/ap-automation/charted-features/payment-automation/tracking-and-cancelling-payments.md) for payment release and status 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://docs.charted.com/ap-automation/charted-faqs/payment-automation.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.
