#morseky-Billing
1 messages · Page 1 of 1 (latest)
Hi there, Stripe will automatically use the customer's balance credit to pay the invoice.
You can use the customer balance transaction API to apply balance to your customer https://stripe.com/docs/api/customer_balance_transactions?lang=node#customer_balance_transactions
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.