#kapil-PaymentIntent
1 messages · Page 1 of 1 (latest)
yes sure
Asking for creating payment method. So just want to confirm that if we have source id in that case how we may able to create payment method.
can we create payment method with card source id
You should collect the payment details in frontend.
So after creating the PaymentIntent, send its client_secret to front end, use the client_secret to render the payment elements, where your customer can input the card details
A payment method will be created implicitly under the hood.