#Wik
1 messages · Page 1 of 1 (latest)
👋 Thanks for reaching out
Yes it is. You can try in test mode to adjust it and then fetch the customer details using Stripe API:
https://stripe.com/docs/api/customers/object#customer_object-balance
so if I do customer.balance = X; customer.save I should see the X in UI?
Yes
thank you