> For the complete documentation index, see [llms.txt](https://help.instapayments.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.instapayments.io/master.md).

# Welcome to InstaPayments FAQs

### What does InstaPayments do?

Use Stripe without writing code. We provide your business forms to take signups and charges with, a portal for your customers to login and manage their subscriptions, invoices etc. and all sorts of other useful billing tools.

### How does it work?

When signing up for InstaPayments, we'll ask to connect to an existing Stripe account or have you create one. This will allow our forms and customer portal to make api calls on your behalf instead of you writing the code yourself.&#x20;

### Is InstaPayments PCI compliant?

We are! Our servers never touch or hold your customers card information. We use Stripe.js to handle the data and use best practices to protect your data. All your customers info is passed directly into your Stripe account so our servers act more as a middleware.&#x20;

### What's your pricing?

You can try our product with a **7 day free trial.** You can cancel anytime during this trial. Once the trial is over, our plans will begin to charge. The price changes depending on the plan you pick. Plans start at **$29/mo.**

### Does InstaPayments support SCA requirements?

Yes we do! As of Aug 8th our forms work with Stripe's new APIs to process SCA payments. This normally will only affect EU based businesses and customers.&#x20;


---

# 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.instapayments.io/master.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.
