#rahuldeshwal-238
1 messages · Page 1 of 1 (latest)
I have already added through API
Which API do you use? Can you share the request ID (req_xxx)? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
This is the request ID :
req_lMhcEUnBQvFEf4
As mentioned in the error https://dashboard.stripe.com/test/logs/req_lMhcEUnBQvFEf4 that you're are not allowed to pass raw card information to Stripe unless you're PCI level 1 compliant or complete SAQ-D: https://support.stripe.com/questions/enabling-access-to-raw-card-data-apis
I'd recommend using this guide for payment integration: https://stripe.com/docs/payments/accept-a-payment
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Ok it mean I need to use the stripe interface?
And Can I perform the saved card method thorugh this interface ?
Ok it mean I need to use the stripe interface?
Yup! Stripe interface should be used to collect the card details.
And Can I perform the saved card method thorugh this interface ?
Yes! Here's the guide how you can do so: https://stripe.com/docs/payments/save-and-reuse
Ok thank you let me give a try