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