#nick-android
1 messages · Page 1 of 1 (latest)
hello, are you intentionally creating Sources ??
Or your integration can (and should) use PaymentMethods?
just asking the obvious question first to make sure we're aligned
Latter
We can't use sources at all, but we can't find a similar guide for payment methods
...except for that one
I mean, nothing on Stripes normal docs, this one is a bit more technical and less explanatory
But thanks
Seems btw there is a CSS issue with exceptions
How do we get from a CardInputWidget to PaymentMethodCreateParams?
I remember this part being a bit confusing on iOS as well
https://stripe.com/docs/payments/accept-a-payment?platform=android&ui=custom#android-submit-payment
val params = cardInputWidget.paymentMethodCreateParams
it has a property on it
ah okay
but to answer your earlier question, I don't think there's one guide on "here's how you just create a PaymentMethod solo" cause most guides don't directly create PaymentMethods anymore, they rather confirm a PaymentIntent or SetupIntent which as a side effect creates a PaymentMethod
Makes sense