Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

ralphdns's avatar

Checkout with Credit Card validation in Laravel

Apart from stripe.com, pls which other API can I use in my ecommerce site, so that users can checkout using their credit card. thanks guys

0 likes
6 replies
ralphdns's avatar

@ topvillas. I know about paypal. I dnt want customers to register on paypal. I need to build my own custom server/client side credit card validation. THANKS

tykus's avatar

I need to build my own custom server/client side credit card validation

No. No you do not.

Snapey's avatar

NEVER accept credit card information in your application. It should not touch your server unless you want to deal with PCI compliance.

Anyone can pay with Paypal - you don't need an account (no need to register)

rawilk's avatar

@ralphdns - There's also authorize.net or even braintree. I do have some experience using authorize though, and I can say I highly recommend against using it however as it is a pain to use and their api (in my opinion) is very archaic. I recommend stripe or paypal as the others have mentioned.

1 like

Please or to participate in this conversation.