#rock_17
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.
- rock_17, 3 days ago, 40 messages
Hii
Yes
Actually one of our customers updated their card for some reason on 4th and they were charged on their previous card only on 15th, we checked and found out that on stripe dashboard the new card is set to default though.
then what needs to be updated is the invoice_settings.default_payment_method on that customer
we update the card using this way.
Can you explain me or give some reference to why is this happening?
like if card is set to default then why the new payments being made to the older ones
Yeah, I just reported my mentors for the same
because the default_source you're referring to is only for one-off payments
it doesn't work with billing (invoices/susbcriptions)
once you setup a new payment method you need to then update the customer's invoice_settings.default_payment_method to the new Payment Method ID
https://stripe.com/docs/api/customers/update#update_customer-invoice_settings-default_payment_method
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hey I had one query regarding another issue, just got from the team, one of our user was trying to access the checkout page but was not able to see the UI there, from the developer logs there was not error or bug reported. User tried few times according to her feedback email.
Got it thanks.
what's the error?
The user was not able to see the chekout page instead was just seeing this UI that I shared.
The contents were not loading for her
I meant the error in the dev tools?
As of testing we didnt find anything. This was reported by the customer, she shared this screenshot so I actually dont know what happened. Thaught it maybe related to stripe here.
I'm not sure what the issue would be in that case if we don't have a look at the dev tools
the console could have given us some insights
Does this mean for one time payments?