#lec1892
1 messages · Page 1 of 1 (latest)
Hello! A Customer's credit balance only applies to Invoices. Checkout in payment mode does not use Invoices (there's an option to produce an Invoice, but only after a successful payment, not during the payment process itself). See here for more details: https://docs.stripe.com/invoicing/customer/balance#working-with-credit-balances
so, there is no way to use the credits with the payment, right?
Correct.
produce an Invoice, but only after a successful payment
how to produce an invoice from apaymentcheckout?
You can set the invoice_creation options when you create the Checkout Session: https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-invoice_creation
let me see
got it
still regarding the payment checkout
is there a workaround or any type of credits that I can give to my customer and he can use in payment checkouts?