#JohnnyB-payment-methods
1 messages ยท Page 1 of 1 (latest)
How's it going
I assume at that point, the Customer has a PaymentMethod object in Stripe (of type "card"), so you want to associate the PaymentMethod ID and fingerprint to a Customer's phone number[1:01 PM]correct me if I missed anything
that was the last point from our previous vonversation/thread
not sure how to pull it up so you can see the previous comments
You'd get the fingerprint from the PaymentMethod object (see https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-fingerprint) after it's been created
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.