#futurefuture
1 messages · Page 1 of 1 (latest)
Hi, the Payment Element is a UI that helps you collect payment methods safely and not a functionality that exposes previous Payment Methods.
You'd need to handle that on your end by retrieving the Payment Method: https://stripe.com/docs/api/payment_methods/retrieve
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thanks, but in doing that, i lose all of the functionality of the payment element, right? like, the payment element has some very nice features, such as auto applepay and google pay etc. ...
so i can only do one or the other?
for instance, the react native payment sheet has the ability to scroll through previous methods while offering a nice ui to input payment
That is correct, these are separate.
okay, so i guess ill just have to keep with what im currently doing and not move over to the payment intent api. sucks though, would have made my life 1000 x easier
also, it does exists with react native, so do you know if there are plans in doing something similar?/
No.