#Tony Thomas-subscription payment method
1 messages · Page 1 of 1 (latest)
👋 happy to help
could you please share the request id for that update? here's how you can find it https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Oops. Sorry for the delay. Sure.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
So I used the STripe subscription test UI to add this card (post subscription creation). Do you think that impacted it in someway ?
Looks like the Invoice was paid using the Hosted Invoice Page?
Yup. This is what I used (since I was testing around)
Does the hosted invoice page always create src_ ?
Yep right now it still uses Sources
I see, so technically in my project, I can rely it would be pm_
Depends on how you're integrating/confirming the PI/SI from the subscription
We are confirming the PI on the client side according to the docs. (confirm_payment) on iOS and Android.
I have one more question though - so we locally store wallets in our database. This could work with all general cards, but I wonder how this would work when someone uses apple pay to subscribe. We want to show them which card was used later (on a detail view in the future)
We are confirming the PI on the client side according to the docs. (confirm_payment) on iOS and Android.
Yep, that'll create Payment Method objects