#dragonslayer5175

1 messages ยท Page 1 of 1 (latest)

peak remnantBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

spice flint
#

I'm specifically looking for an api.

tepid thicket
spice flint
#

Thanks, i've one more goal to achieve

#

I want to sum up this fees and then charge the same amount from connected account

#

i got the way to create a charge on connected account, but i think, it will. require some UI interaction from the connected account owner.

#

Is there a way, I can charge the amount from connected account without the need of any UI interaction.

tepid thicket
#

Which type of payment integration do you use on connected account? Direct Charges, Destination Charges or Separate Charges and Transfers?

spice flint
#

destination charges (application fees we're taking as of now)

tepid thicket
#

Thanks for sharing. In this case, I'd need to correct my previous reply for Destination Charges.

To use this API on connected account, stripe-account as connected account should be included: https://stripe.com/docs/api/connected_accounts
This only works for Direct Charges.

It is possible through List Balance Transactions API with created hash (for time range) and type (charge for payment transaction): https://stripe.com/docs/api/balance_transactions/list
This is still correct, but this will list the charges for all the connected account. You'd need to manually sum up for each connected accounts

i got the way to create a charge on connected account
I'd recommend checking this guide for charging a connected account: https://stripe.com/docs/connect/account-debits

With Connect, your platform can directly debit the Stripe balance of an Express or Custom account.

peak remnantBOT
spice flint
#

Okay, i got the idea of transfer and debit but it seems to have limitations.

#

If my connect account is not in same region, what should be the approach?

#

Is there a way, we can charge the stripe fees on the connected account itself and not the application fees during a transaction?

tawny sandal
#

Hi there, catching up and will response shortly

spice flint
#

okay

#

any updates @tawny sandal

#

@tepid thicket

tawny sandal
#

Hi I will be responding shortly. Please be patient

#

Hi, if your CAs and you are not in the same country, it may need to meet some requirements and Support team could help you to clarify in details. (There is Cross border Payout requirements for example)

#

And who owns the transaction will be charged the Stripe fee. If you want to push that that the Connected Account, you would want to calculate the application fee so it can cover that part

#

It's math time ๐Ÿ™‚

spice flint
#

Can we pre determine the stripe fee for a transaction?

tawny sandal
#

No but you can calculate based on the Stripe Pricing page. You can do some Test mode transaction to verify how it's calculated