Hi Guy's,
I am in the mids a of integrating stripe for laravel payment.
I am aware of and have used stripe.js previously (non-laravel) applications to implement payment processing.
But is it possible to avoid using stripe.js and pass the card numbers via a secured line (https) to my laravel backend code to do the processing.
Is this good pci compliant practice ?
No, avoid handling card numbers yourself at all costs.
Use stripe.js as this offloads most of the responsibility onto stripe
elite123 said:
No, avoid handling card numbers yourself at all costs.
Use stripe.js as this offloads most of the responsibility onto stripe
Ok , got it. Basically that's the safest method I suppose.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community