> ## Documentation Index
> Fetch the complete documentation index at: https://docs.phoenix.market/llms.txt
> Use this file to discover all available pages before exploring further.

# Phoenix Payment Overview

> Learn about the Phoenix payment system integration options

<Note>
  **Client Credentials Required**

  To use Phoenix payments, you'll need a client ID and client secret. You can request these by:

  * Emailing us at [main@phoenix.market](mailto:main@phoenix.market)
  * Including your company name and intended use case
  * We'll respond within 1 business day with your client credentials and additional integration support
</Note>

## Integration Implementation Guide

There are three methods for integrating Phoenix into your application:

1. **React Component** - A pre-built React component that you can drop into your application
2. **React Native Component** - A pre-built React Native component for iOS and Android apps
3. **HTML Integration** - A vanilla HTML/JavaScript approach for other frameworks or custom implementations

Choose the integration method that best fits your tech stack and requirements.

## Available Integrations

<CardGroup cols={3}>
  <Card title="React Component" icon="react" href="/api-reference/integration-react">
    Pre-built React component for web applications
  </Card>

  <Card title="React Native" icon="mobile" href="/api-reference/integration-react-native">
    Integration with WebView for iOS and Android apps
  </Card>

  <Card title="HTML Integration" icon="code" href="/api-reference/integration-html">
    Plain HTML/JavaScript implementation for any web application
  </Card>
</CardGroup>

## Additional Resources

<CardGroup cols={2}>
  <Card title="Communication Protocol" icon="message-bot" href="/api-reference/communication-protocol">
    Learn how the Phoenix iframe communicates with your application
  </Card>

  <Card title="Technical Requirements" icon="gears" href="/api-reference/technical-requirements">
    Technical specifications for proper integration
  </Card>

  <Card title="Access Token Management" icon="key" href="/api-reference/access-token">
    Learn how to obtain an access token for your integration
  </Card>
</CardGroup>

## Support

For more information or assistance, contact Phoenix support at [main@phoenix.market](mailto:main@phoenix.market)
