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

# Stripe

> The **Stripe** integration in Svalync automates payment processes by seamlessly connecting workflows to the Stripe payment gateway. This allows users to automatically generate and manage invoices as part of their payment workflows, simplifying billing tasks and ensuring that customers receive timely invoices without manual effort. This integration streamlines the financial aspects of operations, making it easier to track and process payments efficiently.

<Steps>
  <Step title="Select Stripe in App">
    Begin by navigating to the application interface and selecting the "Stripe" option. This will grant access to Stripe's payment and financial services.

    <Frame>
      <img className="" src="https://mintcdn.com/svalync/Avsr1fo5EF4YjzDe/images/stripe/1.png?fit=max&auto=format&n=Avsr1fo5EF4YjzDe&q=85&s=303412f62fad51e2d89334e57e1e0feb" alt="stripe" width="1513" height="753" data-path="images/stripe/1.png" />
    </Frame>
  </Step>

  <Step title="Integrate Account">
    To integrate your Stripe account, go to the account settings or integration section and follow the steps to connect your Stripe account. This process will ensure the app can access and manage your Stripe data for payment processing and related tasks.

    <Frame>
      <img className="" src="https://mintcdn.com/svalync/Avsr1fo5EF4YjzDe/images/stripe/2.png?fit=max&auto=format&n=Avsr1fo5EF4YjzDe&q=85&s=dcc79684d5b3e905f7250a3a6edb1c82" alt="stripe" width="1546" height="731" data-path="images/stripe/2.png" />
    </Frame>
  </Step>

  <Step title="Choose Model">
    Access the dropdown menu and select the appropriate model:

    <Frame>
      <img className="" src="https://mintcdn.com/svalync/Avsr1fo5EF4YjzDe/images/stripe/3.png?fit=max&auto=format&n=Avsr1fo5EF4YjzDe&q=85&s=d997b7a6bf83fb0cfb804235711c2fd2" alt="stripe" width="1517" height="716" data-path="images/stripe/3.png" />
    </Frame>

    ## Stripe Integrations Models

    ### Checkout Session Complete

    Triggers actions in workflows when a **Stripe** checkout session is successfully completed. This can include generating invoices, sending confirmation emails, or updating a **Google Sheet** with transaction details.

    #### Example:

    After a successful payment, a Google Sheet can be updated with customer details and payment status, and an email with the receipt can be sent automatically.

    ```
    {
        "Authorization": "CLAUD_API_KEY",
        "encrypted_key": "YOUR_ENCRYPTED_KEY"
    }
    ```

    ***
  </Step>

  <Step title="Run the Node">
    Finally, initiate the node by running the appropriate commands or scripts. This will activate the selected Stripe model, allowing you to either process payments or retrieve payment information efficiently.

    <Frame>
      <img className="" src="https://mintcdn.com/svalync/Avsr1fo5EF4YjzDe/images/stripe/4.png?fit=max&auto=format&n=Avsr1fo5EF4YjzDe&q=85&s=789357fd36b12dd8081bed1b422076e6" alt="stripe" width="1442" height="733" data-path="images/stripe/4.png" />
    </Frame>
  </Step>
</Steps>
