#JonnyJ

1 messages · Page 1 of 1 (latest)

worn hullBOT
sudden berry
#

Hello

sharp lantern
#

Hey bismarck

sudden berry
#

Hmm so you want to allow them to pay in full early

sharp lantern
#

Yeah...

sudden berry
#

Okay

#

So a few ways to do this

sharp lantern
#

hmm...ok...and would amount_remaining get me the payments that are left? or do I need to calculate that myself

#

oh wait, looks like that hook is for the bank

sudden berry
#

Yeah you need to calculate the remaining amount yourself

sharp lantern
#

got it. OK, this is gonna be interesting lol. thanks

sudden berry
#

Are you planning on using a Subscription Schedule to cancel the Sub after 4 months?

sharp lantern
#

Honestly, the way we're using it, the sub can be cancelled as soon as they pay in full

#

which will make things easier at least

sudden berry
#

Right, but what if they wait to pay after the 4 cycles? Are you just tracking that and then canceling the Sub manually (calling the API to cancel after 4 cycles)?

#

With a Sub Schedule the benefit is that you can have it automatically cancel the Sub after 4 cycles (4 iterations in "Subscription Schedule terms")

#

So then you don't have to do anything on your end to actually cancel when the Sub is paid in full

#

Either way works fine really

sharp lantern
#

oh ok

#

my kinda approach was gonna be something like

when a customer clicks 'pay in full' in our app
calculate the remaining payments
insert that value into a stripe single payment
on success, cancel the sub

#

I guess this would generate a new checkout id though

tacit isle
#

Hi there. Taking over for bismarck as they have to step out

#

That approach will work fine. Let me know if you have any further questions