Skip to main content

Updating Stripe gateways with Restricted Key (May-2024)

Russell avatar
Written by Russell
Updated over 11 months ago

Starting Jun-2024, Stripe will require the use of Restricted Keys for accepting payment. Follow the below steps to activate Stripe with a Restricted Key.

1. Login to your Stripe dashboard and visit the Developer > API keys area (https://dashboard.stripe.com/apikeys)

2. Click the "Create restricted key" button

3. Input key name and assign resource permissions

3.1. Under "All core resources" section

Resource: Charges, Customers, PaymentIntents, PaymentMethods, SetupIntents, Tokens, Sources

Permission: Write

3.2. Under "All webhook resources" section

Resource: Webhook Endpoints

Permission: Write

4. Click "Create key" and copy key to a text editor

The key value should begin with "rk_live_"

5. Go to PPFunnels app > More > Payment > Accept Credit Card

Click "Deactivate" if an existing gateway is connected.

Select "Stripe" or "Stripe (Payment Intents /w 3DS)", input account alias and paste Restricted Key to activate

6. Verification

Make a live payment with a credit card

Verify the payment result on Stripe Dashboard > Payment

Did this answer your question?