#pearlsforsharing
1 messages · Page 1 of 1 (latest)
Pasting the initial question for my reference:
we use caspio, wix, and stripe - we have one product that has product, add ons, and a monthly subscription. I have no clue where to start to get this done. Do I put the pridcing and order form in caspio and then just let stripe process it? If I do that can I still use affirm and the connect to transfer money to our vendor?
i have this https://support.stripe.com/questions/how-to-add-one-time-items-to-invoices-and-subscriptions-in-the-dashboard but i need a payment link for the website not an invoice
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Yes, this server is for API questions - things where you are directly writing the code that uses the Stripe API. For questions of how to configure a plugin, the plugin developers are the best to ask. For questions on your Stripe account config that the developers leave up to you, that would be our support team.
And dashboard questions are our support team. Apologies if support added some confusion by directing you here.
confused is the understament
All i want to do is one product, opitional add ons, and subscription monthly with the ability for users to use card, or affirm for the one time charges. no one is giving me a direct answer on how to do this.
I use stripe to process payments, capsio for my forms and tables, reporting, and wix for the "makeup" of my forms and marketing
I need some direction on where to start and I keep getting long documents which being austic does not help
The docs are necessary reading at a point unfortunately, there are a lot of things to consider. We're happy to provide guidance on specific questions from docs (support will be better at speaking to questions on how to do things in the dashboard), but we can't summarize everything that is in there and a lot of it may be important to you.
To create the subscription, you may want to follow this doc on creating products and prices in the dashboard: https://support.stripe.com/questions/how-to-create-products-and-prices
And then we have this doc on creating payment links in general: https://stripe.com/docs/payment-links/create
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
For optional addons, I think the two most common ways to do that are:
- Create a link where the user can adjust the quantity to either 0 or 1
- If you only have one or two addons, you can create different payment links for different combinations. For example you could create a link with just the subscription, with the subscription and one addon, with the subscription and the other addon, etc