#judah_docs

1 messages ¡ Page 1 of 1 (latest)

abstract iceBOT
#

👋 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/1240027090225598527

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

steel pivot
#

Since you're working with destination charges, you'd create these configurations on the platform account.
https://docs.stripe.com/terminal/features/collecting-tips/on-reader#customize-tips-reader

So you can't assign the configurations to each connected account individually.

However, you can assign it to each location separately.
See: https://docs.stripe.com/terminal/features/collecting-tips/on-reader#customize-tips-reader:~:text=any other currencies.-,After,-you create a

After you create a Configuration object with your tipping configuration, you can assign the configuration to your account or a location. BBPOS WisePad 3 readers receive new or updated configurations when they connect to your POS application. BBPOS WisePOS E readers can take up to 5 minutes to receive new or updated configurations.

north ember
#

got it, i missed the part about assigning the configuration to a location. thanks!