#DevOPS-payments
1 messages · Page 1 of 1 (latest)
hi! not sure what EMI means in that context but sure, it's possible to build such a flow(initial payment of one amount and then a subscription that recurs at different amount) using Stripe.
You mean while accepting payment we can divide payment amount and set half amount with payment type subscription ?
there are ways to do that if that's the goal, yes
can you please tell me the best way for this
do you currently have an integration with Stripe or is this more of a scoping question?
I want to keep transaction under same subscription
yes, I already integrated yearly and monthly subscription but now need to accept 6 month subscription amount advance and remaining 6 month amount in monthly interval
how do you integrate, with Checkout or by creating subscriptions directly with Elements and the API?
I used Stripe SDK in Laravel
do you use Checkout or do you create subscriptions directly with Elements and the API?
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!
I need to accept 6 month subscription amount advance and remaining 6 month amount in monthly interval.
let me know the possible ways. My application build in Laravel and I already implemented Monthly and Yearly subscription.
Can you share the Cashier API call you're making?