Skip to content

Commit

Permalink
Merge pull request #686 from Cognigy/feature/stripe-payment-intent
Browse files Browse the repository at this point in the history
Feature/stripe payment intent
  • Loading branch information
alexteusz authored Feb 23, 2024
2 parents a69a386 + 656d011 commit fdcdfff
Show file tree
Hide file tree
Showing 18 changed files with 993 additions and 1,165 deletions.
8 changes: 2 additions & 6 deletions extensions/stripe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,8 @@ All exposed Flow Nodes of this Extension follow the [Stripe API](https://stripe.
- *Invoices*
- [Get Invoices](https://stripe.com/docs/api/invoices/list?lang=node)
- [Pay Invoice](https://stripe.com/docs/api/invoices/pay)
- *Orders*
- [Create Order](https://stripe.com/docs/api/orders/create)
- [Create Card Token](https://stripe.com/docs/api/tokens/create_card)
- [Create SKU](https://stripe.com/docs/api/skus/create)
- [Pay Order](https://stripe.com/docs/api/orders/pay?lang=node)

- *Payment Intent*
- [Create Payment Intent](https://docs.stripe.com/api/payment_intents/create)
- *Products*
- [Get Products](https://stripe.com/docs/api/products/list)
- *Refunds*
Expand Down
Loading

0 comments on commit fdcdfff

Please sign in to comment.