#even
1 messages · Page 1 of 1 (latest)
We encountered some issues when integrating stripe.js
Do we know the user's card information and want to transfer it directly or silently call the payment directly? Is there any way to implement this?
Do we know the user's card information and want to transfer it directly or silently call the payment directly? Is there any way to implement this?
Sorry I don't really grasp the question.
Can you elaborate?
I used to want to pass it directly through the API, and then the API method returned to me that it did not support this method. Finally, I wanted to pass it through the front-end (stripe. js), and found out that you embedded an iframe, but could not pass card information
You can't access raw card information from the elements, no.
That would be a security risk.
We don't allow sending raw card information to our APIs either.
Is there any other plan to implement it?
We supported this at one point, but like I mentioned it was a security risk so we had to restrict it. If you have a solid usecase then you might be able to request an exemption via
https://support.stripe.com/?contact=true
Additionally, you'd need to be PCI compliant in order to handle raw card information
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.