• Go to Settings > Payment Methods page, and fill in the fields.
SettingsDescription
Stripe Publishable KeyStripe > Developers > API Keys
Stripe Secret KeyStripe > Developers > API Keys
Stripe Webhook KeyStripe > Developers > Webhooks

How can I get API credentials?

  • To access Stripe API information, go to Stripe Dashboard > Developers > API Keys page.
  • https://dashboard.stripe.com/apikeys
  • Copy both Publishable Key and Secret Key, then enter it to the required fields in your website. Image
  • We’ve got all the information required to charge players, but now we must configure the Webhook options.
  • To add a Webhook, go to Stripe Dashboard > Developers > Webhooks page and press to “Add Endpoint” button.
  • https://dashboard.stripe.com/webhooks Image Image Image
  • Our Stripe Webhook Key is now generated. From the Signing Secret section, press the Reveal button and copy the key. Then, paste that into Stripe API Webhook Key field on your website. Image