# Stripe

You can register your Stripe account at <https://stripe.com/en-my>.

After that you can see your API keys at <https://dashboard.stripe.com/apikeys>.

Find Stripe Publishable Key and API Key on the page.&#x20;

![](https://1553906970-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MBZClG7agt1laCsv-CF%2F-MC6HaXDdT0mFFQhebn7%2F-MC6I1uIHj1D5c66CTFW%2Fimage.png?alt=media\&token=bdacc059-3008-457e-b878-338cc2cf3077)

> **IMPORTANT**
>
> The full secret key is only appeared once. On the image above, the secret key is being trunked with dots (...). Make sure you have take note when it's first appeared. Otherwise you need to regenerate a new secret key.
>
> Please refer here for more info: <https://stripe.com/docs/keys>

## Stripe Orderla Setup

Go to <https://orderla.my/admin/payment-gateways/stripe> and enter those keys you obtain from Stripe's dashboard.

![](https://1553906970-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MBZClG7agt1laCsv-CF%2F-MC6H2xOpN-EdPDFpBKN%2F-MC6HH_dHYhL2rJLKjYK%2Fimage.png?alt=media\&token=7c5b4a16-1aa2-4154-ad4e-802ae352af31)

&#x20;Click **'Update Change'** after you enter the keys.

## Activate your Form to Support Stripe Payment

On form's edit mode, go to **Payments** tab. Tick the checkbox for **'Enable Stripe'**. Then click **'Save'**.

![](https://1553906970-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MBZClG7agt1laCsv-CF%2F-MC6INKXCmBxyOfVLufM%2F-MC6IdGY61IqWUgwqx_E%2Fimage.png?alt=media\&token=cb8d1ed8-b6d3-4af1-929e-dac38f5a0698)


---

# 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://guides.orderla.my/orderla-plus/pengenalan-payment-gateway/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.
