#DevOPS-payments

1 messages · Page 1 of 1 (latest)

still cairn
#

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.

grizzled ibex
#

You mean while accepting payment we can divide payment amount and set half amount with payment type subscription ?

still cairn
#

there are ways to do that if that's the goal, yes

grizzled ibex
#

can you please tell me the best way for this

still cairn
#

do you currently have an integration with Stripe or is this more of a scoping question?

grizzled ibex
#

I want to keep transaction under same subscription

grizzled ibex
still cairn
#

how do you integrate, with Checkout or by creating subscriptions directly with Elements and the API?

grizzled ibex
#

I used Stripe SDK in Laravel

still cairn
#

do you use Checkout or do you create subscriptions directly with Elements and the API?

foggy hawk
#

Hey, taking over here. Let me know if there's any follow-up Qs I can answer!

grizzled ibex
#

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.

foggy hawk
#

Can you share the Cashier API call you're making?