Search
Close this search box.
Knowledge Base

Stripe Payment Integration

Last modified: March 23, 2023
You are here:
Estimated reading time: 1 min
Stripe logo
  1. Go to the Company Settings at: https://your_company_name.corpler.com/admin/settings
  2. Choose Payment Credentials and choose Stripe.
  3. See the Stripe tab.

In order to connect your Corpler application to a Stripe account, you need to have the account ready on Stripe to proceed!

Login to your Stripe account with Administrator Access, and Stripe Account’s API Keys By Navigating:

  1. Stripe Dashboard
  2. Developers section
  3. API Keys
  4. Copy the Publishable key
  5. Copy the Secret key

Note:Please make sure to turn off view test data!

Warning:Once copied Secret Key, please secure the copied key somewhere else like notepad, we will need that info later on!


After getting the Secret Key, please follow:

  1. Click to the Webhooks (located below API keys) – https://dashboard.stripe.com/webhooks
  2. Click To “+ Add endpoint”
  3. In the Endpoint URL please add “https://corpler.com/verify-webhook
  4. In Events to send, choose:
  • Payment_intent.succeeded
  • Payment_intent.payment_failed
  • Invoice.payment_succeeded
  • Invoice.payment_failed

Then, save The Webhook by click on the button “Add endpoint”. Now as we added our endpoint, please follow the last steps for your Stripe integration:

  1. Click to the created Endpoints, i.e.: https://corpler.com/verify-webhook
  2. See the Signing Secret section, and click on the “Clik to reveal” button
  3. Copy the Signing Secret key
  4. Once done, please go back to https://your_company_name.corpler.com/admin/settings/payment-gateway-credential
  5. Enter the required info that we have created:
  • Publishable Key
  • Stripe Secret
  • Stripe Webhook Secret

Now turn on the Stripe button, click Save and you are good to go!

Was this article helpful?
Dislike 0
Views: 5

More Knowledge Base Articles

Previous: PayPal Integration