# Stripe Account

{% hint style="warning" %}
Stripe is exclusively available to Proprietary Trading Firms and is not accessible to FX brokers.
{% endhint %}

### <mark style="color:red;">Register for Stripe Account</mark>

To register for a Stripe account, follow these steps:

{% tabs %}
{% tab title="Step 1" %}

1. Navigate to [Stripe's official website](https://www.stripe.com).&#x20;
2. Click "Start Now".<br>

   <figure><img src="https://1412218885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZjte3ihj30mTFvqCasyX%2Fuploads%2F9lRlRIj5jDYCLAfQm0HC%2Fimage.png?alt=media&#x26;token=3db515ee-560c-42f5-9808-0e1e100a1035" alt="" width="563"><figcaption></figcaption></figure>

{% endtab %}

{% tab title="Step 2" %}

1. Fill in the required details and proceed by clicking "Create Account".<br>

   <figure><img src="https://1412218885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZjte3ihj30mTFvqCasyX%2Fuploads%2FImNfVLXLM5NJpLkeVLqa%2Fimage.png?alt=media&#x26;token=8cac06a8-47a1-48cc-b9a4-4e06c0947830" alt="" width="255"><figcaption></figcaption></figure>
2. You'll need to verify your email address by clicking on the verification link sent to your email inbox.

   <figure><img src="https://1412218885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZjte3ihj30mTFvqCasyX%2Fuploads%2FnYKaPbuF8C3VSSmomLfS%2Fimage.png?alt=media&#x26;token=59f88416-7cfc-472a-9387-745d7a5fcd48" alt="" width="413"><figcaption></figcaption></figure>

{% endtab %}

{% tab title="Step 3" %}

1. Upon verifying your email address, you will be redirected to activate payments on your account. To proceed, click "Activate Payments". <br>

   <figure><img src="https://1412218885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZjte3ihj30mTFvqCasyX%2Fuploads%2FTSTyTOhzKldz1N7ojOw2%2Fimage.png?alt=media&#x26;token=6ed22541-807d-4f51-a747-1c53b6b7c108" alt="" width="375"><figcaption></figcaption></figure>
2. Complete the onboarding form to complete your Stripe account creation. <br>

   <figure><img src="https://1412218885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZjte3ihj30mTFvqCasyX%2Fuploads%2FYyt1HCw6bLXN2YxnbMvu%2Fimage.png?alt=media&#x26;token=1af932c9-2fd1-4d30-94dc-9605c60a1b29" alt="" width="375"><figcaption></figcaption></figure>

{% endtab %}
{% endtabs %}

### <mark style="color:red;">Retrieving Required Parameters from Stripe</mark>

Once you have created your Stripe account, follow these steps to retrieve the required parameters:

{% tabs %}
{% tab title="Step 1" %}

1. Navigate to the [Stripe dashboard portal](https://dashboard.stripe.com/).
2. Fill in your credentials and click "Continue" to log in.<br>

   <figure><img src="https://1412218885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZjte3ihj30mTFvqCasyX%2Fuploads%2FjCSJ0o4zhi6mHAX3HnRM%2Fimage.png?alt=media&#x26;token=ad4f52e1-305d-4e14-a937-c456ac202a57" alt="" width="375"><figcaption></figcaption></figure>

{% endtab %}

{% tab title="Step 2" %}

1. Once logged in, click on "Developers".<br>

   <figure><img src="https://1412218885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZjte3ihj30mTFvqCasyX%2Fuploads%2FxECWDCixJctGiX2BtcKn%2Fimage.png?alt=media&#x26;token=80600080-7849-4f23-b9b1-4943e80e606b" alt=""><figcaption></figcaption></figure>
2. Select "API keys".<br>

   <figure><img src="https://1412218885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZjte3ihj30mTFvqCasyX%2Fuploads%2F6VkrvuLWS0RpZE762oLj%2Fimage.png?alt=media&#x26;token=8f1b0cfa-7f48-4a2a-b730-2aa12acde01a" alt=""><figcaption></figcaption></figure>
3. Retrieve the Publishable Key and the Secret Key. For the Secret Key, click "Reveal test key" to access it.<br>

   <figure><img src="https://1412218885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZjte3ihj30mTFvqCasyX%2Fuploads%2FZZmFJWmHLjc03OtswoG1%2Fimage.png?alt=media&#x26;token=f97f1123-0cad-4269-ad97-f14f9e0a1ab7" alt=""><figcaption></figcaption></figure>

{% endtab %}
{% endtabs %}


---

# 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://reference-guide.gitbook.io/crm-back-office-user-guide-full/17.-settings/client-portal-psp-settings/stripe-settings/stripe-account.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.
