I want to integrate Stripe on my project for Payment Collection . But its not going to be a subscription model.
So my understanding is Cashier would be an over-kill.
So without using cashier - Can I go-ahead with the PAyment Integration with Stripe ?
And Do we need to collect card details on our Page ? Or we just need to send the Request PAyload to Stripe and PAyment details are collected on the Stripe PAge ?
i recommend use the check out api for such scenario. it's straight forward and much easier to integrate for simple payment scenarios:
https://stripe.com/docs/payments/checkout