Stripe is a leading financial technology company that provides tools and APIs for businesses to accept payments online, manage revenue, and expand globally. Its platform supports various payment methods, including cards, digital wallets, and bank transfers, with a focus on scalability and security.
Connecting your application to a Stripe account allows you to process payments, manage transactions, and utilise many other financial services provided by Stripe.
Authentication
Before you begin, ensure you have the following information:
Connection Name
: Choose a descriptive name for your connection. This will help you easily identify it within your application or integration settings. For example, "MyAppStripeIntegration".Authentication Type
: You can authenticate using the api key in stripe.
API Key based
Complete the following steps to connect to Stripe using an API key
Navigate to the Developers dashboard and then to API keys to manage your API keys.
Provide the test mode secret key if you plan to access test mode data. Otherwise, use the live mode secret key to access actual account data.
Actions
Action | Description |
| Updates a customer in Stripe |
| Creates a new customer in Stripe |
| Creates a new invoice item in Stripe |
| Creates a new payment link in Stripe |
| Creates a new product in Stripe |
| Create subscription |
| Cancels a subscription in Stripe |
| Retrieves the details of the invoice item in Stripe |
| Create charge in Stripe |
| creates an invoice in Stripe. |
| List objects in Stripe. |
| Get object by id in Stripe. |
Triggers
New object trigger | New object in Stripe |
| New objects in Stripe |
| New object events in Stripe |