#Gautam

1 messages · Page 1 of 1 (latest)

amber ingotBOT
#

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
fast sinew
#

How is the payment method updated in the subscription now? Is it via Customer Portal or your own API?

woven condor
#

own api

fast sinew
#

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.

woven condor
#

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

fast sinew
#

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 the default_payment_method of a subscription

woven condor
#

can we transfer the subscription from user2 to user1 through api?

fast sinew
#

Transferring a subscription between customers is not supported

woven condor
#

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