#Inclouds
1 messages · Page 1 of 1 (latest)
Hi there! Could you link to the reference doc you're referring to about this capability?
regarding the error, i got it directly from api
Stripe.StripeException: Your platform needs approval for accounts to have requested the transfers capability without the card_payments capability. If you would like to request transfers without card_payments, please contact us via https://support.stripe.com/contact.
at Stripe.StripeClient.ProcessResponse[T](StripeResponse response)
at Stripe.StripeClient.RequestAsync[T](HttpMethod method, String path, BaseOptions options, RequestOptions requestOptions, CancellationToken cancellationToken)
at Stripe.Service`1.RequestAsync[T](HttpMethod method, String path, BaseOptions options, RequestOptions requestOptions, CancellationToken cancellationToken)
stripe .net client
Thanks! You're right, looks like the Transfers section of this doc doesn't sync up with the API response you're getting.
I know you've already done this but the best next step is to reach out to our support team. The above request that returned an error should be tied to a request ID (that looks like req_...). When you reach back out to the support team, I recommend sharing this request ID with them
but what the actual logic should be?
should it be possible to create connected account with just "transfers" capability or not?
It should but you'll need to chat with our support team about this first