Javascript Solution for taking Payment Information instead of Iframe
R
Roeland Reyniers
started a topic
over 7 years ago
My understanding is that currently to avoid PCI compliance issues, the best way to take payment information is to use the hosted solutions which revolves around bringing in an Iframe.
I love how some other payment gateways solve this issues by using javascript and ajax to handle this. Stripe has a solution where they provide a javascript library that can be used to bring in inputs in your application.
Refer to https://stripe.com/docs/stripe.js to see what I mean.
Hopefully I just missed some documentation and something is available in your platform (not just the hosted iframe solution).
1 Comment
Charanya
said
over 7 years ago
Hi Roeland,
We do support Stripe and Braintree js's that you could integrate with in order to comply with PCI standards!
Roeland Reyniers
My understanding is that currently to avoid PCI compliance issues, the best way to take payment information is to use the hosted solutions which revolves around bringing in an Iframe.
I love how some other payment gateways solve this issues by using javascript and ajax to handle this. Stripe has a solution where they provide a javascript library that can be used to bring in inputs in your application.
Refer to https://stripe.com/docs/stripe.js to see what I mean.
Hopefully I just missed some documentation and something is available in your platform (not just the hosted iframe solution).