bytechef icon indicating copy to clipboard operation
bytechef copied to clipboard

[component] Stripe

Open monikakuster opened this issue 1 year ago • 2 comments

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

monikakuster avatar Aug 27 '24 09:08 monikakuster

Hi @monikakuster, I can work on this whole Stripe connector component. Should I create individual issues for each item(Actions and Triggers)?

MayankMadan97 avatar Oct 10 '24 05:10 MayankMadan97

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.

monikakuster avatar Oct 10 '24 05:10 monikakuster