#ChibiDragoon
1 messages · Page 1 of 1 (latest)
No unfortunately not. You would have to build that logic in to your application yourself
I see so I would use default_payment_method to switch card then?
second question, if my client has a subscription that is yearly but changes the amount of things inside (for 4 to 12 items), I would have to user poration_behavior to always_invoice and pending_invoice_item_interval so i get the payment right now correct?
You could do that or just have another card attached to the customer and then issue an api request to pay the invoice on the subscription with that card
Yeah that's correct
so if I choose day, I would receive the payment the next day after the change. Is it possible to have it instant?
If you set proration_behavior to always_invoice I think the invoice should be created immediately
Recommend you test it out in test mode though
indeed 🙂
the best thing would probably to have it oon when i create my subscription
ah no it says that it is unsupported for creation
Yeah that param is for updates
so when I change the value of the subscription, I would need to set it to always_invoice then