#Maxime Beaudry
1 messages · Page 1 of 1 (latest)
👋 happy to help
checking this
sorry for keeping you waiting
the reason why you see source is because the payment method that was used to pay this charge was created as a source
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
sources are predecessors of payment methods
they are still valid and some integrations still use them
Hum, given that our stripe integration is quite recent (the first purchase was in october 2022), how was the user able to use this old source object?
When I look here https://dashboard.stripe.com/sources/src_1MCzvgGNN1T4yZi6qSWymAIe, I see that the source was created on december 9th 2022.
Here's when the source was created: https://dashboard.stripe.com/logs/req_C6fTCHNR7hOemk
how are you creating the sources?
I mean how are you integrating with Stripe, what are you using?
The only way that a user can add a payment method in our integration is either through the Stripe Customer Portal or through Stripe Checkout.
When I look at this request, I see that it was created by
https://invoice.stripe.com/. What does that tell you?
as I mentioned before yes some of our integrations still use them
and the Hosted Invoice Page is one of them
Ok. So I guess that I will have to support both pm_ and src_ when managing payment intents. Thanks!
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!
Everything is sorted out... with some dissapointment that the invoice.stripe.com is forcing us to support old src_ objects.