#thomasmol_best-practices

1 messages ¡ Page 1 of 1 (latest)

hard breachBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1229754588677013536

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

long dragonBOT
slow granite
#

like this type of flow, is e.g. the "Credit balance" directly pulled from my stripe customer balance? mostly curious if this is common practice

barren marsh
#

hi!

I don't know how other merchants implement things.

They could be using the balance on a Customer object yes, they could also be managing a balance in their own database and only calling the Stripe API to process a payment when needed.

slow granite
#

okay interesting! are both okay to use for this use case? i like to just use the balance on customer object, seems easier for me to implement