#ayeshaikh_7
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.
- ayeshaikh_7, 4 hours ago, 16 messages
- ayeshaikh_7, 2 days ago, 14 messages
- ayeshaikh_7, 2 days ago, 34 messages
- ayeshaikh_7, 3 days ago, 10 messages
- ayeshaikh_7, 4 days ago, 8 messages
- ayeshaikh_7, 4 days ago, 3 messages
👋 happy to help
the easiest way is to use the Stripe-hosted Customer Portal
anything else other than that?
the other way is to just need to collect a new source and update the Subscription accordingly
also if my customer update their methods as ACH account how to handle the microdeposit verification
the same way you did the first time
so basically you need to create a new payment method
the same way you did for the creation of the subscription
Thanks! I'll go through the documents.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
this is for updating the subscription's default_source
for ACH legacy implementation https://stripe.com/docs/ach-deprecated#verifying
also in case of Payment Intent API to create payment method -- can customer portal be used to edit method?
I'm not sure I follow
also in case of Payment Intent API to create payment method -- can customer portal be used to edit method?
you can edit a Payment Method
you need to create a new one
in this case you would use SetupIntents instead of PaymentIntents
or create them using sources as you mentioned above
I think I got it, thanks!
hi, how can test the customer portal on test mode
also I only want my customers to be able to edit their payment method, I don't want them to manage the subscription -- can I customize the portal to just do that?
it's explained in the first link I sent you
yes you can