#Suren
1 messages · Page 1 of 1 (latest)
yes card is linked customer, and i need charges by linked cards
using paymentIntent
I need to understand there is some option
so that I can choose a payment method, for example, through a linked card or through a new card
OK, than you can pass in the attached payment_method when making the payment intent https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yes but how will stripe figure out using linked card or other card
the payment_method is the representation of the card
Happy to help 🙂