#shakilkhan496
1 messages · Page 1 of 1 (latest)
Can you share the request ID (req_xxx) of the error? 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_QXSaGDWr6soN2r
For cross border payout, i.e. platform in the US and connected account in other countries, the connected account should be onboarded with recipient service agreement instead of full service agreement as mentioned here:
- https://stripe.com/docs/connect/cross-border-payouts#restrictions-and-requirements
- https://stripe.com/docs/connect/service-agreement-types#recipient
However, https://dashboard.stripe.com/test/connect/accounts/acct_1OWjdBR1YHyiEEED/activity was onboarded with full service agreement.
To only accept recipient service agreement, tos_acceptance.service_agreement field should be set to recipient during connected account creation: https://stripe.com/docs/api/accounts/create#create_account-tos_acceptance-service_agreement
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
If we onboard the connected account with "tos_acceptance.service_agreement" can we use the same API then? Do have any guidelines on how we can get the application fee with payment intent then?