#ritesh-patel_api
1 messages ¡ Page 1 of 1 (latest)
đ 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/1222490366331326484
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Do we have to create new configuration for each account connect ? or it's available for all account connect.
Yes
From where I get a File ID for splash-screen and also it's same for all account connect ?
You'd use this API: https://docs.stripe.com/api/files
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ok and same for each location ?
You can re-use the tmc_xxx objects assuming the Location is on the same account
Obviously if creating tml_xxx objects on different accounts then you'll need the corresponding tmc_xxx to be on the same account
Noted. thank you and same for file or I can use one file for all accounts ?
No, same principle as above applies. All the API objects are scoped to the account they're created on
Ok noted. thank you.