#rahuldeshwal-238

1 messages · Page 1 of 1 (latest)

drowsy summitBOT
stuck gust
#

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

opal bone
#

This is the request ID :
req_lMhcEUnBQvFEf4

stuck gust
#

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

Securely accept payments online.

opal bone
#

Ok it mean I need to use the stripe interface?
And Can I perform the saved card method thorugh this interface ?

stuck gust
#

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

Learn how to save payment details and charge your customers later.

opal bone
#

Ok thank you let me give a try