#bilalameen

1 messages · Page 1 of 1 (latest)

lethal spear
#

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

void owl
#

@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

lethal spear
#

Ok, then what API calls are you trying to make?

void owl
#

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.

lethal spear
#

So a one-time payment? Nothing recurring?

#

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)

void owl
#

Thank you, Will let you know after checking the link

#

Thanks