#mastjoe_api

1 messages ¡ Page 1 of 1 (latest)

quasi sunBOT
#

👋 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.

sleek bluff
#

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?

sonic seal
#

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?

sleek bluff
#

Can you provide an example connected account that does not have the transfer capability but is still able to receive the transferr?

sonic seal
#

for instance: acct_1RKLqZReuC86uAx6

#

has for capabilities:
"capabilities": {
"card_payments": "active",
"platform_payments": "active"
},...

sleek bluff
sonic seal
#

Oh... I see. Thanks a lot. seems I am using an older API version, 2019-05-16.

#

That means, platform_payment = active, implies, the account can process transfers from platform account

#

Thanks Ezedibia. Daalu!