This connector has two parts:
The connector provides the following functionality (as of now):
1. CreateCheckoutSession
2. CreatePaymentIntent
3. CreatePaymentCapture
4. CreateRefund
5. CreateSubscription
6. GetCharges
7. RetrieveSubscriptionsWithDetails
8. RetrieveSubscriptionDetails
9. RetrieveSubscription
10. SearchCustomer
11. UpdateCustomer
There is also an operational support API to discover the unique build number for this connector so that any bugs discovered can be reported against this unique build number. The API is
1. GetBuildInfo
For more information, see https://github.com/PaulHoOutsystems/stripe_odc_connector/blob/main/README.md
Does not include UI web blocks and client actions.
(1) Enhanced create subscription to allow setting of payment behavior. The default is default_incomplete. See https://docs.stripe.com/billing/subscriptions/overview for more information
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)