Skip to content

Commit

Permalink
update stripe
Browse files Browse the repository at this point in the history
  • Loading branch information
CorwinDev authored Sep 12, 2023
1 parent 118a905 commit 4e82f01
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 21 deletions.
Binary file added content/features/stripe/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/features/stripe/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 35 additions & 21 deletions content/features/stripe/index.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,35 @@
---
toc: true
---
# Stripe

## Overview

Stripe is a payment gateway that allows you to accept many different payment methods. It is a very popular payment gateway and is used by many companies.

[Website](https://stripe.com)

## Setup with Paymenter

#### Create a API key in Stripe

Go to the [Stripe dashboard](https://dashboard.stripe.com/apikeys) and reveal your secret key. Copy the key and insert it in the Paymenter admin panel.

![image](stripe.png)

## Thats all!
You can now use Stripe as a payment gateway for your products.
---
toc: true
---
# Stripe

## Overview

Stripe is a payment gateway that allows you to accept many different payment methods. It is a very popular payment gateway and is used by many companies.

[Website](https://stripe.com)

## Setup with Paymenter

#### 1. Create a API key in Stripe

Go to the [Stripe dashboard](https://dashboard.stripe.com/apikeys) and reveal your secret key. Copy the key and insert it in the Paymenter admin panel.

![image](stripe.png)

#### 2. Configure stripe webhook

Go to the [Developers tab –> Webhooks](https://dashboard.stripe.com/test/webhooks) and click "Add endpoint". \
In the **Endpoint URL** field, type `ENTER YOUR PANEL URL HERE/extensions/stripe/webhook`

It should look about like this:
![image](2.png)

Then click “Select events” and select all of them, after doing this you can click "Add endpoint"

After doing this you will see the webhook information page, under “Signing secret” there will be a "Reveal" button, click it and copy the webhook secret, then paste it into the Paymenter panel

![image](3.png)

## That's all!
You can now use Stripe as a payment gateway for your products.

0 comments on commit 4e82f01

Please sign in to comment.