#stoklosa-customer-credit
1 messages · Page 1 of 1 (latest)
Hello! You can't automatically credit a customer balance from a transaction, no. It would be 2 separate actions:
• The payment/charge for the credit.
• Creating the credit note.
Although the credit note is applied to an invoice directly, which I guess isn't applicable here
What you actually need is a customer balance transaction: https://stripe.com/docs/api/customer_balance_transactions/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thx