Support the ongoing development of Laravel.io →
posted 11 years ago
Security

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 ?

Last updated 3 years ago.
0

No, avoid handling card numbers yourself at all costs.

Use stripe.js as this offloads most of the responsibility onto stripe

Last updated 3 years ago.
0

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.

Last updated 3 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

gayanhewa gayanhewa Joined 26 Feb 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.