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.
@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.
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.
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.