#even

1 messages · Page 1 of 1 (latest)

naive raptorBOT
toxic gorge
#

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?

hard snow
#

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?

toxic gorge
#

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

hard snow
#

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.

toxic gorge
#

Is there any other plan to implement it?

hard snow
#

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