#nakyoung
1 messages · Page 1 of 1 (latest)
If the Customer object has a $10 credit then we'd automatically apply that to the Invoice: https://stripe.com/docs/invoicing/customer/balance#working-with-credit-balances
Oh, you mean the cash balance from a bank transfer?
Do you have an example I can look at? I'm not understanding the ask.
i want create invoice. charge 90usd is it possible?
like
price: 100usd
cash balance: - 10usd
net amount: 90 usd
is possible?
What is 'cash balance' in this case? Is it the credit I linked to?
i mean bank transfer. right
I believe you can do part funding from a cash balance, sure: https://stripe.com/docs/payments/customer-balance/reconciliation#cash-manual-reconciliation
So you'd create the Invoice as required (which generates a Payment Intent), then you can apply the cash balance as required.
Then the remaining $90 can be paid via other means.
okay thank you. i will read this