#anurags_api

1 messages · Page 1 of 1 (latest)

inner pagodaBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1311605289841065994

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

vocal wind
#

Hi

jade frost
vocal wind
#

can you tell me what values can be passed in tos_acceptance.service_agreement

#

is it Full for my case or any other value?

#

Thanks for the help, got it in the document

#

It is giving error while updating recipient to full -

var options = new AccountUpdateOptions
{
TosAcceptance = new AccountTosAcceptanceOptions
{
Date = DateTime.UtcNow,
ServiceAgreement = "Full"
}
};
var service = new AccountService();
service.Update(stripeConnectedAccountId, options);

This application does not have the required permissions for the parameter 'tos_acceptance' on account '{connected_account_id}'.

jade frost
vocal wind
#

req_fMvtGDJoM02hFP

jade frost
#

Once the TOS is accepted, you can't change the service agreement type. For acct_1O7bqrRhwHcISHhu, the service agreement has been accepted

vocal wind
#

Is there any way to change or if I write support mail to stripe they can change that?

#

or even if it remains recipient, we can make card payment enable for it?

#

my main purpose is to make card payment enable for this account

jade frost
#

If the TOS type is in recipient, the connected account can't accept the card payment.

You can only create a new account with full TOS agreement type.

vocal wind
#

make sense, Thanks for the help.