#Gustavo Vendramini - Use Saved Card
1 messages · Page 1 of 1 (latest)
Hello! The Card Element itself doesn't have the ability to offer saved cards, but you can build this on your own using the API. This is one of the reasons we expose properties like last4 and brand and whatnot for cards, this lets you build your own interface for selecting a saved card: https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-brand
Nice! Thanks, so I can just call confirmCardPayment passing an existent paymentMethodID