> ## Documentation Index
> Fetch the complete documentation index at: https://webhub.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Stripe

> View and manage your Stripe integrations

## Name of Stripe Integration 1

*/payment/stripe/unqiue-name-1*

<AccordionGroup>
  <Accordion title="View Details">
    > Created on 07/23/2023

    #

    `STRIPE_SECRET_KEY=**************43fklsj`
  </Accordion>
</AccordionGroup>

## Name of Stripe Integration 2

*/payment/stripe/unqiue-name-2*

<AccordionGroup>
  <Accordion title="View Details">
    > Created on 07/23/2023

    #

    `STRIPE_SECRET_KEY=**************h6f3g7j`
  </Accordion>
</AccordionGroup>

#

Learn more by going to API Reference Tab > [Stripe API](/api-reference). 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

<AccordionGroup>
  <Accordion title="Recieving payments with my API integration">
    `POST` /payment/stripe/\{YOUR\_INTEGRATION\_NAME}

    #

    This is the endpoint you hit when you want clients to make payments to your stripe account.
  </Accordion>
</AccordionGroup>
