#Mahesh Waman - bacs
1 messages · Page 1 of 1 (latest)
Can you give me more context? Like are you using Checkout Session or Payment Link? Also can you share that url?
Thanks! Give me a few minutes to look into this.
Sorry Discord is quite busy this morning, still looking into this.
okay
can I able to cancel subscription through stirpe bacs functionality integration
So the "back" link you see should point to the cancel_url you set when creating the Checkout Session. But in the link you shared it doesn't work and I4m not sure why. This might be a bug, I'll open an investigation internally.
okay
I have put cancel url also in checkout session
but back is not working
can you please give me some brief on cancel subscription using bacs payment
I have put cancel url also in checkout session but back is not working
Yes this looks like a bug on our side, we are investigating this internally.
can you please give me some brief on cancel subscription using bacs payment
Can you clarify your question? To cancel a subscription you just need to call https://stripe.com/docs/api/subscriptions/cancel
okay going through the this link
Hi
If I done recurring of subcription using bacs payment for 10 qty
for next month subscripyion can be done for how much of quantity
if I have added more quantity between the months then what happen
Well, 'it depends'
When did you do the update? What proration behaviour did you specify? Did you reset the billing anchor?
I want to do using bacs
BACS is unrelated to the question. You're asking about updating the quantity of an item on an existing Subscription, yes?
yes
Ok, then do you have an example API request? Was something not what you expected? Is something not working?
then how I can update the quantity of existing subscription
You'd use the update endpoint: https://stripe.com/docs/api/subscriptions/update#update_subscription-items-quantity
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks @ocean yoke I will refer this I will work on it
Np!