#Krishna-PaymentIntent
1 messages ยท Page 1 of 1 (latest)
Hi there, you can refer to the API reference doc here https://stripe.com/docs/api/payment_intents/create?lang=curl#create_payment_intent-payment_method_data
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
where can In add card number. expiry date , cvc in this ?
We don't advise you to input the card details directly unless you plan to get your application PCI compliant.
It's optional.
so Instead of creating payment method seperatly and passing Id in 'payment_method' , Can I pass data in same process?
You can create a PaymentIntent without a PaymentMethod.
I want payment method so that is mandatory for me
In my platfrom user adds crad details and from backend I am creating payment Intent and confirming payment
So for that card details arre required
Before we proceed further, can I confirm that you are going to handle PCI compliance by yourself? Because handling card details by yourself requires PCI compliance. https://stripe.com/docs/security/guide
๐ taking over for my colleague. Let me catch up.
okay
basically if you use Stripe.js Elements on the front-end we will handle all the PCI compliance for you
this is a guide of how to set it up https://stripe.com/docs/payments/quickstart
okay
let me know if you need any more help