#dragonslayer5175
1 messages ยท Page 1 of 1 (latest)
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.
- dragonslayer5175, 2 days ago, 36 messages
I'm specifically looking for an api.
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
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
To use this API on connected account, stripe-account as connected account should be included: https://stripe.com/docs/api/connected_accounts
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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.
Which type of payment integration do you use on connected account? Direct Charges, Destination Charges or Separate Charges and Transfers?
destination charges (application fees we're taking as of now)
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
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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?
Hi there, catching up and will response shortly
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 ๐
Can we pre determine the stripe fee for a transaction?
No but you can calculate based on the Stripe Pricing page. You can do some Test mode transaction to verify how it's calculated