📄️ Get Stripe User Account
Get the stripe user account using the email as an identifier.
📄️ Stripe Add Seller
Add a stripe seller to your platform.
📄️ Stripe Checkout
Available in: Form, Listing.
📄️ Stripe Create Customer
Available in: Form.
📄️ Stripe Create Plan
Create a plan for subscriptions in your Stripe platform. This uses the per_unit billing scheme, which indicates that the fixed amount (specified in the amount field) will be charged per unit (not "per group of") at the start of each billing period. This action generates [StripeProductId] tokens
📄️ Stripe Create Subscription
Create a subscription to a plan in your Stripe platform on an existing customer and plan. Generates the token [Stripe:SubscriptionId]
📄️ Stripe Direct Payment (unsafe obsolete)
Create a direct payment through you stripe platform. The payment is made directly to the destination account and the platform receives the application fee.A refund must be initiated by the destination account. You can use the [Stripe:ChargeId] token if the payment to platform was succesful.
📄️ Stripe Get Event Details
Available in: APIs.
📄️ Stripe Payment through the platform (unsafe obsolete)
Create a payment through your stripe platform. The payment is made to the platform and then automatically to the destination account.A refund must be initiated by the platform. You can use the [Stripe:ChargeId] token if the payment to platform was succesful.
📄️ Stripe Payment with Token (not SCA compliant)
Available in: Form.