• How To Navigate To Stripe Payment Gateway Settings

    To access the Stripe Payment Gateway section, follow these steps:

    • Click on your profile name / avatar at the top-right corner of the screen (e.g., “Hello, System SuperAdmin”)
    • A dropdown menu will appear — click on Setting
    • This will open the Settings page where you can scroll down to find the Stripe Payment Gateway section
  • The Settings page also contains your general system configuration at the top, including:

      Stripe Payment Gateway Setup

      Scroll down on the Settings page to find the Stripe Payment Gateway section. Configure the following fields:

      • Status — toggle to Active or Inactive to enable or disable Stripe payment processing
      • Mode — select Live for real transactions or Test for sandbox/testing purposes
      • Publisher Live Key — enter your Stripe publishable live key (begins with pk_live_)
      • Secret Live Key — enter your Stripe secret live key (begins with sk_live_)
      • Publisher Test Key — enter your Stripe publishable test key (begins with pk_test_)
      • Secret Test Key — enter your Stripe secret test key (begins with sk_test_)
    • Live Mode vs Test Mode

      Use Test mode during development to simulate transactions without real charges. Switch to Live mode only when you are ready to accept real payments. Always ensure the keys entered match the selected mode — using a live key in test mode (or vice versa) will cause errors.

    • How To Save Stripe Settings

      After filling in all the required keys and selecting the correct Status and Mode, click the Save button at the bottom-right of the Stripe Payment Gateway section. Your configuration will be applied immediately.

💬