#haya-invoice
1 messages · Page 1 of 1 (latest)
Hi @quartz sinew , thank you for the reply.
We are trying to make 12Yen invoice to the user from stripe dashboard.
However, when we create 12 Yen invoice, we will see that 0 Yen is invoiced (since the invoice amount is smaller than the minimum invoice amount).
What happens next is that, this 12 Yen will get added on "Credit Balance" section so that stripe will add 12 Yen on the next invoice.
However, there are customers who has already cancelled the subscription and there is no next invoice. In this case, how can we deduct 12 Yen from customer?
12 yen is below the minimum charge amount. Its Yen 50 for JPY https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts
yes exactly
so i would like to ask how can we make 12 yen invoice if user has no next invoice
I'm afraid that this is the limitation, we cannot create a charge if it's below the minimum amount.
I see, so the amount that is smaller than the minimum amount would be kept inside "Credit balance" forever?
You can create a charge to the customer again when the credit balance amount has reach the minimum
i see so unless credit balance amount reaches the minimum or if the next invoice that surpass the minimum amount is scheduled, credit balance will remain forever right?