Skip to main content

Stripe Payment

Integrating Stripe allows your users to securely finalize their purchases using their credit or debit cards.

How to Setup Your Stripe API

  1. Log in to your Stripe account and navigate to Developers > API Keys section.
  2. Identify your Publishable Key and Secret Key.
  3. Click 'Reveal test key token' to view the Secret Key.
  4. Navigate to the GameCMS Dashboard.
  5. Go to Store.
  6. Select Payment Methods -> Stripe.
  7. Paste your Publishable Key and Secret Key into the corresponding fields.
  8. If you wish to enable test mode, simply check the test mode checkbox on your platform. Remember to paste your test API keys into the corresponding test key fields.

And that's it! Your Stripe setup is complete. If you need any assistance, feel free to reach out to our support team. 😊

Additional Information

API Information

You do not need a business account to use Stripe services.

  • Request your API information from: Stripe API Keys
  • From the given link, log in to your Stripe account.
  • Request your API information from the page.
  • Once you're done, you'll get information about:
  • Publishable key
  • Secret key

Set Up Your Stripe Webhooks

To ensure your Stripe setup is working perfectly, you'll need to set up Stripe Webhooks. Just follow these simple steps:

  1. Navigate to the GameCMS Dashboard.
  2. Go to Store.
  3. Select Payment Methods -> PayPal.
    • Scroll at the bottom.
  4. Go to your Stripe Account and navigate to Settings > Developers > Webhooks.
  5. Click on Add Endpoint.
  6. Paste the copied link into the Endpoint URL field.
  7. In the Events to send section, select the following events:
    • customer.subscription.created
    • customer.subscription.deleted
    • invoice.paid
    • payment_intent.succeeded
  8. Make sure to enter the Stripe endpoint script in the provided fields for both test and live mode.
tip

Don't forget to watch our Stripe setup video. We use test mode in the video, but the steps are the same for live mode.

And that's it! You're all set up. If you need any help, feel free to reach out to our support team. 😊

Video Tutorial

For a better understanding, please watch our quick video.