Documentation
  • INTRODUCTION 🤝
    • 👋 Welcome to Paychant
    • Getting started with Paychant 🚀
  • INTEGRATIONS ⛓
    • Integration options
    • Redirect Integration
    • Overlay Embed
    • Parameters
    • Testing Environment
  • RESOURCES
    • Api Keys
    • Webhooks
    • Supported Fiat Currency
    • Supported Stablecoins
  • API Reference
    • Rest API Reference
Powered by GitBook
On this page
  • How do I get an API key?
  • Adding an API key in your integration

Was this helpful?

  1. RESOURCES

Api Keys

PreviousTesting EnvironmentNextWebhooks

Last updated 7 months ago

Was this helpful?

How do I get an API key?

The API key is a unique identifier that is assigned to you. This allows you to track usage and activities such as purchases and sales count made through your integration. To get an API key please kindly and one of our team will reach back to you in a few moments with the next steps. In case you need additional support or inquiry, please contact us at .

Adding an API key in your integration

The parameter name for the API key is partnerApiKey, its value type is a string, and it should be passed along with other parameters.

For Overlay Embed - (Javascript SDK)

new PaychantWidget({
  env: 'production',
  action: 'buy',
  partnerApiKey: [YOUR_PARTNER_API_KEY]'
}).openWindow();

For Redirect Integration

<a 
href="https://widget.paychant.com/buy?partnerApiKey=[YOUR_PARTNER_API_KEY]"
target="_blank">Buy & Sell Crypto with Paychant</a>
Fill out this form
sales@paychant.com