Back to Documentation

Stripe Payment Gateway

Integrate Stripe payments, subscriptions, and billing into your application

Stripe Integration Overview

Stripe is an online payment processing and credit card processing platform for businesses. It allows you to accept customer payments online via a debit or credit card. Stripe is a flexible solution that can be used by any type of business that is looking to accept credit card payments and other digital payment methods.

Global Payments

Accept payments from customers worldwide

Subscriptions

Recurring billing and subscription management

Secure & Compliant

PCI DSS compliant with advanced fraud protection

Stripe Configuration

Create your Stripe project and configure API keys

Create your Project

POST {{pay}}/api/v1/stripe/create

Update Stripe key

POST {{pay}}/api/v1/stripe/update/2

delete access key

DELETE {{pay}}/api/v1/stripe/delete/1

create price

POST {{pay}}/api/v1/stripe/price

list all price in your project

GET {{pay}}/api/v1/stripe/listprice

create session or checkout session

POST {{pay}}/api/v1/stripe/create_session

update session

PUT {{pay}}/api/v1/stripe/update_session

retrieve session

GET {{pay}}/api/v1/stripe/retrive_session/{session_id}

expire session

GET {{pay}}/api/v1/stripe/expire_session/{session_id}

list checkout sessions

GET {{pay}}/api/v1/stripe/list_checkout_session

create billing portal

POST {{pay}}/api/v1/stripe/billing_portal

configure billing portal

POST {{pay}}/api/v1/stripe/configer_portal

create portal

POST {{pay}}/api/v1/stripe/create_portal