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

learner2016's avatar

Help

Hello, everyone! I apologize if this isn’t the proper channel to do this. I’m new to Laravel and at my wit’s end, already. I have spent countless weeks watching tutorials and trying to create a payment system using Paypal and Stripe. For one reason or another, I kept having errors with registering new customers or existing customers and their transactions in the Xampp database.

At this point, I am willing to pay anyone who can provide me with a production ready Paypal and Stripe systems (meaning, I want to be able to just add my clientid and my secret and a variable: $amount). And all validations and security issues addressed.

The website I am building isn’t a subscription website and it isn’t a blog. It is a service website, so there is no shipping or physical goods involved. However, a file is uploaded at the end of each transaction. Users or customers can only request one service at a time.

That said, I am looking for a system that will register new customers to users table before sending them to payment (Paypal or Stripe), and then later, saving their payment information (for example, amount, invoice#, services requested, and uploaded file) to a payment table. And finally, once payment is made, customers should be allowed to upload a text file to the database.

As for existing customers, they should be able to create new service request and make payment without registering, again. That means, if they try to register again, they are redirected to an existing user login and onward to payment (Paypal or Stripe) and afterward their new payment information is added to payment table. And then, they can upload their new text file for that new transaction.

The last thing I require is for a receipt to be emailed to customers after the end of each completed transaction and a notification is sent to the administrator.

You may contact me at Kjo2016@mail.com

0 likes
2 replies
Snapey's avatar

Have you considered Laravel Spark?

learner2016's avatar

No, but I will look into it. From what I have seen so far looking at the Spark's website I may be able to use it to solve my issues. Thanks.

Please or to participate in this conversation.