#vishwjeet-singh_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1259758016593530910
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
Tax calculating is complicated, you can find out more here https://docs.stripe.com/tax/calculating
Is your second question related to subscriptions?
hey @gritty panther ,We are creating a stripe subscription on a 3DS card from the back end and getting the next_action in response, is there any way to handle that next_action from ReactJS sdk?
yes
as now from react we are using confirmCarsSetup which is handling 3ds by default but we don't want that we want to handle 3ds from BE
Yes, you can call stripe.handleNextAction() to start the 3DS flow
No, there's no way to handle 3DS from backend
@gritty panther I have some more similar questions, should i adress here.
or need to create another thread
@tired breach looks like you're in the wrong place, this thread is for someone else's question.
- If you have your own thread, please chat there.
- If you don't have your own thread, use one of the buttons in https://discord.com/channels/841573134531821608/842637025524842496 to get help.
- Note: we don't reopen closed threads.
Posting inappropriate messages in other people's threads is against the rules. No worries if this was just an honest mistake, but if you violate the rules multiple times you will be removed from this server.
Thank you @tired breach
Hey @woven kraken, I'm working on the integration of stripe with my SaaS-based products. We have some doubts with the integration of stripe with our products, then we discussed with your business team they suggest me to connect with dev discords.
Hope you'll clear all the doubts we've got with stripe integration
Here is the list of queries need to be discussed
Hey @gritty panther
@tired breach looks like you're in the wrong place, this thread is for someone else's question.
- If you have your own thread, please chat there.
- If you don't have your own thread, use one of the buttons in https://discord.com/channels/841573134531821608/842637025524842496 to get help.
- Note: we don't reopen closed threads.
Posting inappropriate messages in other people's threads is against the rules. No worries if this was just an honest mistake, but if you violate the rules multiple times you will be removed from this server.
Can i get reply @gritty panther
Hi @tired breach sorry, discord is busy today.
@gritty panther I've raised the query above with .txt file
- https://docs.stripe.com/tax/calculating
- I think you are talking about per-set subscription https://docs.stripe.com/products-prices/pricing-models#per-seat. you can update and downgrade a subscription https://docs.stripe.com/billing/subscriptions/upgrade-downgrade
- it will proprate https://docs.stripe.com/billing/subscriptions/prorations
- Stripe allows duplicate of customers with the same details, you application needs to manage its uniqueness if necessary
As I've looked in this doc https://docs.stripe.com/tax/calculating , Still have one doubt. What if user sitting in other country and purchasing license for different location. Then how will you manage?
- You can refund through Dashboard or API https://docs.stripe.com/billing/subscriptions/cancel?dashboard-or-api=dash#canceling
- What do you mean by "generated into our UI " ?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I need to show the billing invoice into my product ui, and want to give user to downloand and view the invoice.
As I've looked in this doc of tax calculating, Still have one doubt. What if user sitting in other country and purchasing license for different location. Then how will you manage?
https://docs.stripe.com/api/invoices/object#invoice_object-invoice_pdf A invoice object has a link to download the invoice pdf.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.