Skip to main content

Name of Stripe Integration 1

/payment/stripe/unqiue-name-1
Created on 07/23/2023

STRIPE_SECRET_KEY=**************43fklsj

Name of Stripe Integration 2

/payment/stripe/unqiue-name-2
Created on 07/23/2023

STRIPE_SECRET_KEY=**************h6f3g7j

Learn more by going to API Reference Tab > Stripe API. This page will give you specifics on API endpoints and neccessary methods and data formats.

My Stripe API Functionality

Overview of what this Stripe API can do with a succinct description of the endpoints you have access to
POST /payment/stripe/{YOUR_INTEGRATION_NAME}

This is the endpoint you hit when you want clients to make payments to your stripe account.
I