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

AndyMillne's avatar

Stripe Terminal

Has anybody implemented Stripe Terminal with Laravel yet? I'm just getting started with an integration and was hoping for some basic Laravel examples as a first step on the learning level.

0 likes
3 replies
martinbean's avatar

@andymillne Yes. What exactly are you stuck on? “Looking for examples” is awfully vague. Examples of what? We don’t know what your business use case is, what you’ve tried, or what your end goal is.

adiputra22's avatar

Hi @andymillne , the stripe documentation I think quite complete. I on working some feature of stripe terminal and stripe custom connect. Their support also quick to reply if we have issue. Also they have discord channel you can try to find solution directly talk with their support.

For terminal, you can follow this doc: https://stripe.com/docs/terminal/quickstart Choose backend PHP, install SDK on that and you need to interact with like FE or Mobile.

AndyMillne's avatar

Thanks. I was looking for some higher level suggestions for any pre-built packages to use, best practices etc. The Stripe docs were indeed helpful and I've managed to set up a basic single page example using the Stripe docs, Laravel Cashier, the native Stripe SDK and Alpine. I can now concentrate on the application specific things like product selection and the post capture flow.

1 like

Please or to participate in this conversation.