#paragonn-PI & PM
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
once you create the first Payment Intent (PI) and the Customer gets a Payment Method (PM) attached then in the subsequent PIs you can pass the PM https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method and drop the setup_future_usage field
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 @rugged swallow -- I will take a look
let me know if you need any more help
I have a follow-up question @rugged swallow -- What if the user ends up paying with a different payment method? Would I need to manually attach that new payment method to their Customer record?
Hello ๐
Stepping in here as tarzan had to step away
Yes the payment method won't be auto-attached AFAIK
not 100% sure though
I'd recommend giving it a try in test mode to be certain
ok roger that @steep ibex -- what's the best way to compare Payment Methods? Is it using the fingerprint?
yup
thanks!