#cian54

1 messages · Page 1 of 1 (latest)

light domeBOT
stray viper
#

How do you do what specifically? How are you integrating? What have you tried?

boreal tendon
#

I have tried subscription schedule to manage it but it didn't work well for me for now I'm trying to do it with only subscription api (create / update)

#

I don't now maybe create a yearly subscription and set pending_invoice_item_interval to month, the update would normally take effect in the next year cycle. or if specified by the user it should take effect immediately (I have to api route each one responsible for a type of update)

stray viper
#

Not sure how pending_invoice_item_interval would help you in this secenario

boreal tendon
#

emm wouldn't that make charge the user every month ?

#

what do you suggest I do then ?

stray viper
#

Let's break down your question:

I need a to create a yearly subscription, with invoice created evry month (user need to pay every month)
Do you need help with this part?

boreal tendon
#

Yes

stray viper
#

You can't say 'use this yearly price, but split it up into 12 cycles'

#

Does that answer that part?

light domeBOT