Slyk
  • Introduction
  • Understanding Slyk
    • Before you Start
    • Core Concepts
    • Funding/Withdrawal Methods
  • Developing with Slyk
    • Step-by-step development guide
      • Authentication
      • Wallet
      • Catalog
      • Checkout (coming soon)
      • Growth tools (coming soon)
    • SDKs
      • Server SDK (Node.js)
        • Methods
      • Third party SDK's
  • API Reference
    • Using your API Key
    • Endpoints
      • Wallet
      • Transaction
      • Address
      • Asset
      • Rate
      • PaymentMethod
      • Movement
      • User
      • Invite
      • Category
      • Order
      • Product
      • Question
      • Task
      • TaxRate
    • Webhooks
      • Store
      • Transaction
      • User
    • Models
  • Setup Guides
    • PayPal Configuration
      • Verifying webhook
      • Webhook configuration
    • Stripe Configuration
      • Verifying endpoints
    • Coinbase Configuration
Powered by GitBook
On this page
  • API Keys
  • Finding keys in Stripe
  • Where to paste your Stripe API keys in Slyk

Was this helpful?

  1. Setup Guides

Stripe Configuration

How to configure webhooks in your Stripe account.

PreviousWebhook configurationNextVerifying endpoints

Last updated 2 years ago

Was this helpful?

API Keys

An API key or application programming interface key is a code that gets passed on by computer applications. The program or application then calls the API or application programming interface to identify its user, developer or calling program to a website.

An API key can act as a secret authentication token as well as a unique identifier.

They are used to guarantee a security channel between Slyk and Stripe.

Finding keys in Stripe

Please refer to stripe .

Where to paste your Stripe API keys in Slyk

  • Login to your owner dashboard (yourslyk.slyk.io)

  • In the left menu click "Settings"

  • Search for "Payments & integrations" (it may be different than the below screenshot)

  • Search for "Stripe" and click "Connect"

  • Stripe detail window will expand and you can see two forms where you should paste Stripe keys

  • Now login to your stripe account.

  • Make sure you're in Live environment (Test mode must be OFF in top right corner) and click "Developers".

  • The left context menu will change, choose "API keys"

  • Stripe automatically created a key when you created the account, you only need to copy them into Slyk.

  • Copy each key into the correct form with the corresponding name in Slyk.

  • Click "Connect & Save"

  • You should see a success message.

Note: Slyk automatically created the necessary webhooks in your Stripe account.

You can now accept credit cards in your Slyk.

Troubleshooting:

  • Configure endpoints manually.

Verifying endpoints.
Learn more about API authentication
Stripe details
Location of keys in Stripe
Click "connect and save" to test and finish your integration.