#vinkesh

1 messages · Page 1 of 1 (latest)

trail iceBOT
graceful vigil
#

Hi there, how can I help?

astral dome
#

I have scenario where a customer needs to pay 1000 in 3 installment with discount of 100

#

so coupon amount is 33.33 for each payment

#

Is there is way i can 33.34 on one of the installemnts

#

in palce of 33.33

#

using api

graceful vigil
#

So it's a monthly subscription, and you want to apply a different discount for the 3rd month?

astral dome
#

yes

graceful vigil
#

Ok, you can crate subscription schedule with two phases

  1. for the 1st two months, apply a coupon with 33.33 discount
  2. for the 3rd month, apply a coupon with 33.34 discount
astral dome
#

so in this case i need to create 2 different coupon

graceful vigil
#

Yes you are right

astral dome
#

okay

#

one other scenario same for back date subscription

#

1000 payment 333 each i know that we can add invoiceitem for future/current subscription what we need to do for the back date

#

Is there is way to 334 on one of the payment

graceful vigil
#

I'm not sure if I understand you

astral dome
#

okay let me rephrase

#

i have subscription that is supposed to start last month but customer register this month. amount will be 1000 in 3 installments. it'll 666 for first as they registered late but Is there is way i can grab 334 for last month in place of 333

#

so that i can have whole payments of 1000 in place of 999

graceful vigil
#

Add an invoice item of $1 for the 2nd invoice (i.e., last month's invoice)

astral dome
#

how any exmaple i can follow

graceful vigil
astral dome
#

i know how to create invoice item

#

But not sure how to tell which invoice to add invoice item

graceful vigil
astral dome
#

not sure but its not clear It is an example of 3 but there can be 6-7 installments