#thebeard_api
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1339988362899095635
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, what does 'pay with the customer invoice balance' mean here? Can you add a but more details?
i mean this adjusted balance
https://docs.stripe.com/api/customer_balance_transactions/create
We document this here: https://docs.stripe.com/billing/customer/balance#details
You can’t apply invoice balances to previously created invoices that are still open. However, editing an open invoice applies any invoice balance to the invoice revision.
what about incomplete invoices?
I see, i guess I cant really do much about incomplete and they have to be paid with some payment method, right?
The status of the invoice would be open right as incomplete is not a valid status on the invoice: https://docs.stripe.com/invoicing/overview#invoice-statuses
I think you might be looking at the payment status?