#etphonehome512_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/1438664079572078832
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there!
Just to clarify what I'm trying to achieve. In my sandbox account, I'm trying to simulate a destination charge. In order to do that, I first created a custom connected account. I'm doing this all via postman and in the create account request, I set "capabilities[transfers][requested]"=true. However, in the response, transfers are still coming back as "inactive". This is preventing me from creating a payment intent with transfer_data[destination] set to the custom account I created, as I get an error that transfers are set to inactive
Hi Palamedes!
Sorry - was helping someone else as well.
The short answer is that you need to provide information about the account, even in testmode. If you look at requirements.currently_due - that is the information that you need to fill
so here
no problem. I appreciate the response. I'll check out those docs and come back if I run into any issues
I agree it is annoying and I wish we had a magic tool to prefill account information when you onboard new connected accounts in testmode, but we don't
I have to do it when I onboard new accounts for testing and it is frustrating.
Haha yea for testing, it would be nice if the accoutns had those features enabled. Just to confirm, even for an individual connect account, these are the things it says I would need to get transfers enabled?
"currently_due": [
"business_profile.mcc",
"business_profile.url",
"business_type",
"external_account",
"representative.first_name",
"representative.last_name",
"tos_acceptance.date",
"tos_acceptance.ip"
Yes, that's right
you too!
Hey sorry to bother - can I ask you one more question?
yep!
Sorry got carried away. I was able to get the transfer to switch from inactive to pending.
For testing, do I need to wait until pending changes to something like enabled?
"capabilities": {
"card_payments": "pending",
"transfers": "pending"
},
Just curious if there's anything else I need to do to get the pending to change to enabled or active
No it should transition on its own - I would retrieve the account again and look at it. If I recall correctly it doesn't stay in pending long in test mode
Thanks i'll check rn