#priyan_63610

1 messages ยท Page 1 of 1 (latest)

quasi fernBOT
cedar marsh
#

Can you describe more the exact behavior you want?

chilly sedge
#

I want to create the auto renew subscription with installment. exactly every first 3 month of every year, need to charge the customer

#

like jan 2024, feb 2024, march 2024 then jan 2025, feb 2025, march 2025 then its continuous for every year

quasi fernBOT
cedar marsh
#

There's several ways you can achieve this

#

Alternative is to create a discount or negative invoice item to give credit for 9 months of the year after the 3rd month

chilly sedge
#

how can I make this for next year ?

#

when I create the subscription I will mention first 3 months for payment, then 9 months with 0 payment. how can setup this to be repeated for every year

cedar marsh
#

Ok easiest for you might be to just create a monthly sub for the amount of each of those 3 months

#

Then after receiving 3rd month's payment, create a negative invoice item for the amount of the remaining 9 months so that the next payment is in january

#

negative invoice items act as credits

chilly sedge
#

can you give me example for negative invoice items ?

#

code snippet

cedar marsh
#

The link above has a code snippet...

#

You just pass a negative amount instead of a positive amount

chilly sedge
#

ok will try it

#

thank you

cedar marsh
#

Yep so you'd pass -1 * amount/month * 9 after the third month to the invoice item

#

That will credit the following 9 months

#

And next payment will be jan

chilly sedge
#

after next year jan, feb, mar payment done. it will automatically charge negative amount ?

#

for next 9 months?

cedar marsh
#

No

#

You need to create a negative invoice item after the third month every year

#

If you pass the right amount, the following 9 months will be credited and payment will resume the following january

chilly sedge
#

oh okay

#

thank you ๐Ÿ™‚