Mimimum amount & charge
Hi everyone,
Is there an option to set up a minimum amount so that we don't try to charge unti that minimum is reached?
Discussions are closed to public comments.
If you need help with Cheddar please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Meghan Turner on 03 Aug, 2017 10:29 PM
Hi Pierre,
If a customer has a pending invoice that's below a minimum amount, you can change the customer's bill date before the invoice becomes due to prevent them from being charged at that time and allow them to keep accumulating charges on the pending invoice. You can automate the process of changing the customer's bill date with the bill reminder webhook. If you have this hook enabled, Cheddar will fire it to your hook listener before invoices become billable. You can define how many days prior to the invoice bill date that the bill reminder hook should be triggered in you product settings.
The bill reminder hook payload contains information about the total amount of the upcoming invoice (subscription[invoice][transaction][amount]). If your listener determines that this amount is below a certain threshold, you can use the
changeBillDate
param in thecustomers/edit-subscription
API to push the customers bill date for the current pending invoice to a date in the future.If you have any questions about how to set-up a listener or would like to see the additional information contained in the hooks, check out our Webhooks Knowledge Base article here. Let me know if I can answer any other questions, Pierre!
Meghan
Marcela Poffald closed this discussion on 11 Apr, 2018 04:06 PM.