#bilalameen
1 messages · Page 1 of 1 (latest)
Hey! What do you mean by:
I want to use Stripe but I don't want to use the package in the app I want to use Restful Api from Laravel
You're likely going to need Stripe.js at the very least to collect payment details from your customers in a PCI compliant manner
@lethal spear Thank you for your response. The app is built in Flutter, We have a strip package in Flutter but we want to implement the payment in server side / in Laraval
Ok, then what API calls are you trying to make?
Laravel have a Stripe plugin that may be of interest (I don't know what it is you're building exactly): https://laravel.com/docs/9.x/billing
Thanks, we are creating an online learning platform where we will sell courses, when users click on the course purchase button on the mobile app, it will proceed with the payment, which we want to do on the server-side. Hopefully, things will clear up.
So a one-time payment? Nothing recurring?
Have you looked at https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements ?
You're going to need some front-end component (i.e. Flutter), you can't do this entirely on the backend (collect payment details, handle any requested 3DS/auth)