#Rohit89
1 messages · Page 1 of 1 (latest)
Can you share a screenshot of each of these billing portals? Do you know if they use the same billing portal configuration?
Yes same billing portal. In our platform user can signup with new organisation. That user buys a plan and hence subscription will be created on stripe side.
An organization can have multiple users. When other user access the portal whose email is not created in stripe as customer... able to cancel but cancel reason modal box is not there
Does the Subscription have a Subscription Schedule? There are some limitations mentioned here about cancelling and updating Subscriptions via the Billing Portal: https://stripe.com/docs/customer-management#limitations
No, we have fixed plan.. User is subscribed with monthly plan.
Issue is one user see the cancel reason pop and other wont
Right, I understand that. Can you share the request ID for the request that created each Billing Portal?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
It's possible that the configurations are different. I'd recommend looking at the creation requests and trying to identify what might be different among them
ok
thanks
Is there a way, I can collect a payment and create an item to existing subscription. ??
Should I use checkout with mode payment? And when charge succeeded, I can update the existing subscription ?
Is there a way, I can collect a payment and create an item to existing subscription. ??
Yes, you can either do this via the API or the dashboard: https://support.stripe.com/questions/create-update-and-schedule-subscriptions
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.
I want to show suer the payment page, when he done the payment update the existing subscription with item
I want to show suer the payment page, when he done the payment update the existing subscription with item
I don't understand the question. It's grammatically very difficult to parse what you're actually asking here.
Sorry, that was typo. Stripe charges fee for one time payment but not on recurring amount in subscription?
HI 👋 I'm stepping in as my teammate needed to step away. I'm sorry, but I'm not sure I understand your question. Fee structures is not something that we are familiar with in this forum, so you may want to check with our Support team regarding your fee questions (but my understanding is that a fee is charged for any payments processed through Stripe):
https://support.stripe.com/?contact=true
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.
Ok. I got it... another thing. Is it possible to get the quantity for one time payment using checkout in charge.succeeded webhook
No, Charge objects do not contain line item details such as quantity, that information will ned to be retrieved from the associated Checkout Session object.