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

# Stripe

> Browse the tools available for Stripe in ActionKit.

## Tools

<CardGroup cols={2}>
  <Card href="/actionkit/integrations/stripe/STRIPE_CREATE_CUSTOMER" title="Create Customer" horizontal />

  <Card href="/actionkit/integrations/stripe/STRIPE_GET_CUSTOMER_BY_ID" title="Get Customer By ID" horizontal />

  <Card href="/actionkit/integrations/stripe/STRIPE_GET_CUSTOMERS" title="Get Customers" horizontal />

  <Card href="/actionkit/integrations/stripe/STRIPE_CREATE_SUBSCRIPTION" title="Create Subscription" horizontal />

  <Card href="/actionkit/integrations/stripe/STRIPE_GET_SUBSCRIPTIONS" title="Get Subscriptions" horizontal />

  <Card href="/actionkit/integrations/stripe/STRIPE_UPDATE_CUSTOMER" title="Update Customer" horizontal />

  <Card href="/actionkit/integrations/stripe/STRIPE_CREATE_PRODUCT" title="Create Product" horizontal />

  <Card href="/actionkit/integrations/stripe/STRIPE_GET_PRODUCT_BY_ID" title="Get Product By ID" horizontal />

  <Card href="/actionkit/integrations/stripe/STRIPE_GET_BALANCE_TRANSACTIONS" title="Get Balance Transactions" horizontal />

  <Card href="/actionkit/integrations/stripe/STRIPE_GET_PLANS" title="Get Plans" horizontal />

  <Card href="/actionkit/integrations/stripe/STRIPE_GET_PRODUCTS" title="Get Products" horizontal />
</CardGroup>

<Info>**Don't see the tool you need?** Define your own using [Custom Tools](/actionkit/custom-tools).</Info>

## Triggers

No prebuilt ActionKit triggers are currently available for Stripe. You can define your own using [Custom Webhooks](/resources/custom-webhooks).
