#Aspecs
1 messages ยท Page 1 of 1 (latest)
๐ Is there anything that I can help with?
What happens if you have an invoice that is below the $ 0.50 cent threshold in a subscription on a specific day, does it just get pushed to the next day until it can invoice more than $ 0.5? Simulation clocks weren't really any help
If the amount is below the minimum amount, it will be charged to the next invoice
From https://stripe.com/docs/billing/customer/balance#examples:
When the amount due on an invoice is less than the minimum chargeable amount the invoice is marked as paid and the amount owed moved to the credit balance as a debit. This functionality only occurs for customers without a cash_balance.
Thanks!