#Kenny024
1 messages ยท Page 1 of 1 (latest)
Hi there ๐ so just to make sure I'm understanding correctly, you've built an app that uses Stripe Connect, you have created/linked the Stripe account of another party to your Platform as a Connected Account, and are now unable to create a Transfer to them?
Can you share the ID of the failed request (req_xxx)?
I haven't any one
I mean
when I try with this new account I have any failed request. Just a message on my app
But yesterday, I was trying with another seller, and I get this failed request :
req_ArDViMQmHnEVMr
That request failed because the account that you tried to specify as the destination is not a Connected Account of your Platform, so you do not have insight into whether that account exists and won't be able to interact with it if it does.
In scenarios that leverage Connect, the Platform account is only able to interact with accounts that it has a connection with.
I know that's not an ccount of my platform
the seller I was trying to transfer money is the following one :
acct_1Lpv92GbSNOK7kCq
I see a recent request to create a Transfer that failed for your account. I think your app is obscuring the underlying error that is being returned from Stripe, but you can review the request in your dashboard to see the error we returned explaining why it failed:
https://dashboard.stripe.com/test/logs/req_F5jRaXK70SetZU
It looks like it is failing because your platform does not have enough funds in its balance to transfer that much to the Connected Account.
Yes, I know this error. I tried an API key instead using the Stripe plugin to do my transfer, but it didn't work
but with the plugin it's supposed to directly work, that's what I don't understand
What plugin are you referring to?
That's not an integration that Stripe built or maintains, so we don't know anything about how it is supposed to work or be used. You'll want to contact the developers of that plugin for questions about how to use it and what it's error messages mean.
okay
thanks for your time
is it possible for you the delete the following account?
acct_1LuF5BHFw8XzwDSZ
of my platform
No, it's not. This is the function that you can use to delete connected accounts that you created:
https://stripe.com/docs/api/accounts/delete
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
even in I'm in test mode?
I'm not sure what you mean, but the exact criteria for deleting accounts (including limitations on which accounts can be deleted) is mentioned in the description of that function.
the deletation worked, thanks