#Kirk-subscription
1 messages ยท Page 1 of 1 (latest)
sub_1LSX70KJQ6YloOXKvGkYtlAG
After checking, the invoice amount is too small and the unpaid amount is added to customer's balance. Customer will be debited in the next cycle (if it's more than the minimum amount): https://dashboard.stripe.com/customers/cus_MAssqrFR0AnG7O/balance_transactions
From: https://stripe.com/docs/api/invoices
If the amount due for the invoice is less than Stripe's minimum allowed charge per currency, the invoice is automatically marked paid, and we add the amount due to the customer's credit balance which is applied to the next invoice.
Minimum allowed charge per currency: https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts
No problem! Happy to help ๐