#dardan_api

1 messages ¡ Page 1 of 1 (latest)

waxen vergeBOT
#

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

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

frosty niche
#

hi! Customers cus_xxx who you charge and who pay you, and Accounts acct_xxx that can process payments or recieve funds, are separate and unconnected objects in the API today

late lintel
#

So let me explain maybe it will make it clearer. I already have customers which pay me subscription monthly. But now I am implementing a new feature where I need to payout users.

#

Can I use the my existing cus_xxx and pay those people or do I have to use the accounts?

waxen vergeBOT
zenith inlet
#

No, you will need to create and onboard them to your platform as an account

late lintel
#

And there will be no link between the accounts and the customer at all?

zenith inlet
#

You'd need to manually maintain that connection, perhaps leveraging metadata on the respective API objects. That's generally what most do in similar contexts