#peter_40675
1 messages · Page 1 of 1 (latest)
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
req_NrKXN9XrMPaARJ -- Here is this
OK, your connected account needs to have transfers capability in order to accept a destination charge
thanks but i put this
capabilities: {
card_payments: {
requested: true,
},
transfers: {
requested: true,
},
},
when account created, but its still not work
showing same error
Have you completed the Connect Onboarding and provided the necessary informaiton?
its showing restricated
It's clear that some information are still missing. Have you followed the suggestion to fill out the required fields?
external_account:{
object: 'bank_account',
country: "xxxx",
currency: "gbp",
bank_name: "xxxx",
account_holder_name: "Jane Austen",
account_number: "xxxxx",
routing_number: "xxx",
},
can you provide information for gbp?
account number, rounting number...etc..
https://stripe.com/docs/connect/testing you can find all test data here
https://stripe.com/docs/api/account_links/create#create_account_link alternatively you might want to create an account link and go through the Connect Onboarding. The Onboarding flow can help you fill in test value
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
"message": "Cannot create a destination charge for connected accounts in US because funds would be settled on the platform and the connected account is outside the platform's region. You may use the on_behalf_of parameter to have the charge settle in the connected account's country. For more information on on_behalf_of, see https://stripe.com/docs/connect/separate-charges-and-transfers#on-behalf-of. If using capabilities (e.g. card_payments, transfers), note that they affect settlement as well. For more information on capabilities, see https://stripe.com/docs/connect/account-capabilities. If you still need assistance, please contact us via https://support.stripe.com/contact.",
im still facing every time new error,
thant's why i ask about provide gbp account details
That's a different error, as advised, you should useon_behalf_of parameter since the platform and connected account are not in the same region
okay then application amount transfered but how to payout other user?
You mean payout to the connected accounts?
yes..