# Integration Options

The following section will walk you through how to integrate Blockchain.com Pay, both on Mobile and Web.&#x20;

{% hint style="info" %}
The first step of the integration process is to generate your unique API keys. These keys will authenticate your application and grant it the necessary permissions to interact with the Blockchain.com Pay API.
{% endhint %}

## Generating API Keys

The initial phase of the integration involves creating your distinct API keys. These keys will validate your application, allowing it the appropriate permissions to interface with the Blockchain.com Pay API.

1. **Get your distinct API keys.** Speak to your Account Manager or email [pay@blockchain.com. ](mailto:pay@blockchain.com)
2. **Store the Private API Key Safely**: After generating the keys, you'll be presented with your Private API key. This key will be shown only once, so ensure you store it securely. If lost, we won't be able to recover it for you.
3. **Integrate with Your Platform**: Use the generated API keys as required in your platform's integration process.

Remember to always keep your Private API key confidential. Exposing this key can lead to unauthorized access and potential misuse of your integration.

## Displaying the Blockchain.com Pay Widget

After [experimenting](/pay/getting-started/try-our-widget.md) with our standard widget, you may consider different integration methods.&#x20;

Here are some options and suggested best practices:

* [Web Integration](/pay/getting-started/integration-options/web-integration.md)
* [Mobile Integration](/pay/getting-started/integration-options/mobile-integration.md)

{% hint style="info" %}
SDK is coming soon!
{% endhint %}


---

# 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://docs.blockchain.com/pay/getting-started/integration-options.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.
