#dardan_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/1272515691852992544
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
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
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?
No, you will need to create and onboard them to your platform as an account
And there will be no link between the accounts and the customer at all?
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