[component] Stripe
As a Workflow Developer I want to be able to use the native Stripe connector So that I can implement more complex integration use cases where the connector is involved.
Website: https://stripe.com/en-hr Documentation: https://docs.stripe.com/api
Acceptance Criteria
List of implemented actions:
- [x] create customer
- [x] create invoice
List of implemented triggers:
- [x] new customer
- [x] new invoice
Definition of Done:
- [x] Unit/Integration tests
- [x] Documentation
Hi @monikakuster, I can work on this whole Stripe connector component. Should I create individual issues for each item(Actions and Triggers)?
Hey @MayankMadan97, how about starting with this issue first? You've already implemented actions using the Java SDK (Google Drive) and manually (GitHub).
There's another method for creating components: we've added an application that helps generate components from OpenAPI specifications. Here are the instructions. Components like Asana, ClickUp, Discord, Shopify, etc., are implemented this way.
If you're willing to work on this issue, please leave a comment on it.