#Gautam
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- Gautam, 1 day ago, 6 messages
How is the payment method updated in the subscription now? Is it via Customer Portal or your own API?
own api
If it's via API, then your own system should control the user access of updating the subscription. Stripe has no visibility of the users since any changes via API is authenticated by secret key. For example, if user 1 leaves the organisation, he/she can no longer access the edit page in your website and only user 2 can.
through api can we update the payment method of subscription without attaching to that customer?
default_payment_method
string
ID of the default payment method for the subscription. It must belong to the customer associated with the subscription. This takes precedence over default_source. If neither are set, invoices will use the customer’s invoice_settings.default_payment_method or default_source.
--- This we got from docs -- is there way to update the payment method of subscription which not belong to user
through api can we update the payment method of subscription without attaching to that customer?
The payment method should be attached to a customer first before updating it to thedefault_payment_methodof a subscription
can we transfer the subscription from user2 to user1 through api?
Transferring a subscription between customers is not supported
suppose user2 edit the payment method of subscription created by user1 during the cycle after 15 days of subscription start (in our system ) and in stripe end we cancel the existing and start new ..
do we have any way where we can cancel the subscription and start new subscription without charging any extra money to user