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

# Billing options

Billing options are largely dependent on the configuration of your Dscout account and subscription. If you have questions about your subscription, contact your Dscout Account Manager for more information.

## Add a credit card to your account

If you want to pay participant incentives using a credit card, you can add one to your organization’s account.

{% hint style="info" %}
**Note:** Only Account Owners, Admins, and Researchers can add a credit card to your Dscout account.
{% endhint %}

**To add a credit card to your Dscout account:**

{% stepper %}
{% step %}
In the Dscout side navigation, click the name of your Dscout account. The account drop-down is displayed.
{% endstep %}

{% step %}
Click the **Settings (gear)** icon beside your Dscout account. The account settings page is displayed.

{% hint style="info" %}
**Note:** If your Dscout account has workspaces, be sure to click the **Settings (gear)** icon beside the top-level account in the list. Otherwise, you’ll open the Workspace settings modal instead.
{% endhint %}

![](/files/20c0cf9f6b2961a8c0a132438dba5ac1553fcf7c)
{% endstep %}

{% step %}
On the account settings page, open the **Settings** tab.
{% endstep %}

{% step %}
Select **Billing** in the left sidebar.
{% endstep %}

{% step %}
Click the **Add card** button. The add card modal is displayed.

![](/files/71d0eac0d8b062b6211536dc44886cdf7e55e650)
{% endstep %}

{% step %}
Enter the requested card details.

![](/files/81faf8b47ae62b2b4dd4cb5671ef02a0c417e141)
{% endstep %}

{% step %}
Click **Add card**.
{% endstep %}
{% endstepper %}

Now, your card has been added to your Dscout account. You can use this card to pay out participant incentives for your studies.

## Project-based accounts

If you do not have a subscription to Dscout, and are working with us on a per-project basis, you will generally have the option to pay for your project by **invoice** or **credit card**.

You'll pay for your project up front, including estimated incentive costs.


---

# 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.dscout.com/account-management/organization-account-settings/billing-options.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.
