Hello there,
I need to ask you about this problem that I discovered.
I was testing payments on a stripe in live mode. The test was a Customer from US book a Customer from ITALY our merchant account company is located in US (so stripe Us account).
invalid_request_error
“Funds can’t be sent to accounts located in IT when the account is under the full service agreement. To learn more, see Service agreement types | Stripe Documentation”
The problem is on the onboarding process where the customer has to select the proper “service agreement” (Stripe customer service said) that I cannot see anywhere.
They said that the correct service should be this “recipient service agreement”. But I don’t know how to do it and looks not possible to the stripe manage dashboard.
StripeDev: Create an account | Stripe API Reference you have to set this to recipient when you create the Account via the API
so maybe someone has the same problem.
Thanks