# One-time Card Payments

*Skill Level: Intermediate*

## Before You Begin

* Ensure you have created a [Stripe](https://stripe.com) account, added your business information, and added your bank account information.
* You do not need a paid Adalo plan to use this feature

{% tabs %}
{% tab title="In-Depth Guide" %}

### Stripe Component

![](/files/-LhM9ivPaIf8fqGwm3XQ)

To add the Stripe component,

* Click the "+" button to open the Add Panel
* Scroll down and expand the Stripe Payments Category
* Drag the Stripe Payment component onto your checkout screen

![](/files/-LtVuG6_CZ4hr_FuiBuz)

To Configure the Stripe Payment component,

1. Click the "Connect with Stripe" button and follow the prompt to connect your Stripe account to your Adalo account by entering your Stripe Credentials
2. In the Stripe Payment section, enter the amount you want to charge your users.  This can be the same amount for everyone, or you can enter a Magic Number -- even a [Custom Formula](/component-basics/inserting-dynamic-text/how-to-create-a-custom-math-formula.md).
3. In the Charge Description section, enter the text that should appear on your user's credit card statements to explain the change.  You can also use Magic Text here such as "Current Merchant Name."
4. In the email section, you can user Magic Text to specify the email address of the logged in user that should receive email confirmation of the purchase.
5. Finally, in the Submit Button Section, you can edit the text and styles of the submit button as well as add Actions like linking to the next screen.

Note: Stripe is supported in many countries but not all.  Check out the latest list [here](https://stripe.com/global).
{% endtab %}
{% endtabs %}

## Help

If you need additional help with this article, you can always ask in our [community forum](https://forum.adalo.com/)! Be sure to paste the link to this article in your post as well!


---

# 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.adalo.com/component-basics/marketplace-components/stripe/legacy-stripe-components-deprecated/adding-payments-using-stripe.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.
