#mastjoe_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/1405221561149161502
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
The connect account will need to have the transfers capability for the account to receive transfers from the Platform. The purpose of this is for Platforms to process payments and transfer funds to the connected account. I'm not clear on what you mean by the connected account still processes transfer. Can you clarify?
Hi @sleek bluff I meant some of the connect account, do not have transfers at all in their capabilities object (https://docs.stripe.com/api/accounts/object#account_object-capabilities-transfers) and there are still able to get transfer from platform account
which would imply that checking if capabilities.transfers is active for a connect account that can process transfer would be insufficient
so I am now seeking your advice: how I can go about it. Given a connect account object response, how can I correctly deduce that the connect account can or cannot process transfers?
Can you provide an example connected account that does not have the transfer capability but is still able to receive the transferr?
for instance: acct_1RKLqZReuC86uAx6
has for capabilities:
"capabilities": {
"card_payments": "active",
"platform_payments": "active"
},...
platform_payments is now called transfers [0]. This change was made as of 2019-08-14.