website logo
⌘K
GETTING STARTED
Getting started with Pathfix
Introduction
OAuth Connect Page
Custom Redirect Domain
Monitoring Activity
Workspace
Extensions
Security
Notifications
Event Callback
Scopes
Provider reference
Access tokens
SDK's
BUBBLE.IO INTEGRATION
Bubble.io Documentation
ADALO INTEGRATION
Adalo Documentation
Adalo User Authorization
Adalo API Call
DEVELOPER CENTER
Developer center
Pathfix Consent Screen (preview)
Module dependencies
Step-by-Step
General
JavaScript
PROVIDER SETUP DOCS
Integration Setup Docs
Identity Auth
Integrating with Airtable
Integrating with Box
Integrating with Hubspot
Integrating with GitHub
Integrating with Google Tasks
Integrating with Instagram Graph API
Integrating with LinkedIn
Integrating with Pipedrive
Integrating with Quickbooks
Integrating with Stripe
Integrating with Stripe-Server
Integrating with Slack
Integrating with TikTok
Integrating with Typeform
Integrating with WooCommerce
Integrating with Xero
Integrating with Zoom
Docs powered by archbee 
13min

Integrating with Stripe

Pathfix allows you to easily add end-user OAuth based integration, handling authorization and enable communication between your app and Stripe in just a few minutes.

Before proceeding, you will first need to register your application with Stripe. Please refer the developer documentation provided by Stripe here: https://stripe.com/docs/connect/oauth-reference

Please note: You will need to create an account with Stripe to access this.

Note

Stripe has 2 ways of offering connections to their platform: 1. OAuth based (user facing) 2. API key (server-to-server) Pathfix offers connectivity through both channels. This document details how you can connect via OAuth and offer the integration to your end users.

Setting up backend server to server integration? Follow this document Integrating with Stripe-Server



Add your App on Stripe

  • Register your App on Stripe Connect here: https://dashboard.stripe.com/account/applications/settings
  • In Redirect URLs section, enter the Pathfix URL: https://labs.pathfix.com/integrate/command



Image: courtesy Stripe
Image: courtesy Stripe



  • Once completed, go to your Connect Settings page here: https://dashboard.stripe.com/settings/applications
  • Under Integrations, copy the ClientID



Image: Stripe Client ID
Image: Stripe Client ID





  • Your Secret Key is your Client Secret, you can get this from the API keys page in your dashboard here: https://dashboard.stripe.com/account/apikeys
  • Copy the Secret key from the page



Image: Stripe Client Secret
Image: Stripe Client Secret





Setup in Pathfix



  • Login to your Pathfix account and click on Add Application
  • Add the name of your SaaS and hit Save
  • Select Stripe from the list of providers to integrate with (not to be confused with Stripe-Server). You can change the Display Name and Description.





Image: Configure Stripe Integration
Image: Configure Stripe Integration





Enter the Client ID and Client Secret received from Stripe and hit Save





Image: Enter Stripe ClientID & ClientSecret
Image: Enter Stripe ClientID & ClientSecret





Add Integration To Your SaaS

There are 2 steps to adding the integration to your SaaS

  1. End-user authorization
  2. Enable pass-through API



Adding integration to your Bubble.io app? Follow this documentation instead Bubble.io Integration





Need help? Reach out to us at support@pathfix.com and we would be happy to assist!

Updated 17 Jan 2023
Did this page help you?
Yes
No
UP NEXT
Integrating with Stripe-Server
Docs powered by archbee 
TABLE OF CONTENTS
Note
Add your App on Stripe
Setup in Pathfix
Add Integration To Your SaaS