Stripe
We use Stripe to handle secure and seamless payment processing
Stripe enables us to integrate a variety of payment functionalities, including one-time payments, subscriptions, refunds, and marketplace transactions. Our Stripe implementation ensures compliance with industry security standards while providing a smooth user experience.
Our Stripe API integration supports the following functionalities:
Stripe Checkout (payment mode): Facilitates one-time payments for products and services using Stripe’s hosted checkout page.
Stripe Checkout (subscription mode): Manages recurring payments through subscription-based billing.
Stripe Checkout (marketplace): Enables multi-party transactions and payouts in marketplace applications using Stripe Connect.
Stripe Customer Portal: Provides customers with a self-service portal to manage their billing details, view invoices, and update payment methods.
Create Customer: Registers new customers in Stripe, allowing for stored payment methods and streamlined transactions.
Retrieve Charges: Fetches a list of past charges associated with a customer or payment method for tracking and reporting purposes.
Delete Subscription: Cancels an active subscription, preventing future recurring payments.
Retrieve Subscription: Fetches details of a customer’s active or past subscriptions, including billing status and next payment date.
Retrieve Invoice: Retrieves specific invoices, including paid and outstanding amounts, for user reference or accounting purposes.
Retrieve Price: Fetches pricing details for specific products or subscriptions stored in Stripe.
Last updated