#Shikha

1 messages · Page 1 of 1 (latest)

swift obsidianBOT
civic patio
jovial crystal
#

Yes I read this

#

While following recipient service account

#

T said the application doesnt have required permissions for parameter tos_acceptance on account..

civic patio
#

can you share the request id?

jovial crystal
#

Sure checkingm

#

Req id is not genertaed

civic patio
#

can you share the code and indicate the specific line that you're getting an error? Also, the exact error message returned?

jovial crystal
#

Ok

#

Exception snap

#

This is only for US connected acc

#

Because add funds is not enabled

#

I want to add funds yo do a manual payput to a Us Account

#

Manual payout

civic patio
#

can you share the code snippet?

jovial crystal
#

Sure

#

var options = new AccountUpdateOptions { Settings = new AccountSettingsOptions { Payouts = new AccountSettingsPayoutsOptions { Schedule = new AccountSettingsPayoutsScheduleOptions { Interval = "manual" }, }, }, }; var service = new AccountService(); var obj = service.Update("acct_", options); var options1 = new PayoutCreateOptions { Amount = 1, Currency = "usd" }; var requestOptions = new RequestOptions(); requestOptions.StripeAccount = "acct_"; var service1 = new PayoutService(); var obj1= service1.Create(options1, requestOptions);

civic patio
#

your platform account is based in the UK

jovial crystal
#

I want to do a manual payout to a US based connected account...team askef to go with cross border payout using service agreement

#

How can I enable add funds for a US based connected account?

#

Can I add funds through API side? Because add funds is disabled.

civic patio
#

can you share more on your business model?

jovial crystal
#

We have a travel app which has UK account with stripe.

#

Host publish their stay in this app and receive payouts through stripe

#

Our host has accounts with Us Uk and otger countries alsp

#

Now we want to do a manual payout through stripe for one of the host who has US account

civic patio
#

who do you expect to be the merchant displayed on the customer's credit card - your platform or the connected account?

#

you are collecting payments from customers through Stripe also right?

jovial crystal
#

Yes we collect payment from stripe

#

On cc ideally it should show that payout is received from JSTAY qhich is our app

#

We collect payments and we do payouts both

swift obsidianBOT
jovial crystal
#

There?

desert osprey
#

Is that you are collecting Payment separately from the Connected Account? ie. collect directly from the customer?

#

If that's the case, the fund never touches your Connected Account balance. Generally you need fund inside the balance first to be able to initialize a Payout from it to your Connected Account's bank account

#

There are multiple funds flow can do that, and it depends on "who do you expect to be the merchant displayed on the customer's credit card" as my colleague mentioned

#

Note this is on the customer's credit card, who is paying/renting from the host

#

This is the first branching point. Once you specify it, we can continue to advise how to move fund into your Host's Stripe balance to be able to create a Payout for them

jovial crystal
#

How can I add funds inside

#

I just want to know how to enable add funds for a Us Based connected account?

civic patio
#

You cannot "add funds" for a US based connected account from a UK platform account. You can have funds on the connected account is to create a destination charge using on_behalf_of set as the connected account : https://stripe.com/docs/connect/destination-charges. You should use the test card that bypasses the available balance.

With Connect, you can create charges on your platform account, take fees, and then transfer remaining funds to your connected accounts.

jovial crystal
#

Yes while doing that it says the application does not have required permissions for parameter tos_acceptance

#

How do I fix this now?

civic patio
#

what is the request id where you did that?

#

i'm looking at your account right now and i'm not seeing any requests to create a PaymentIntent

#

please don't post your email address here, this is a public channel