#ravelens-connect-qs
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.
- ravelens, 1 hour ago, 9 messages
Hello! Can you clarify what you're trying to do? Which payment are you trying to retrive?
Erm so i want to receive payment by eur
But why it's converted to usd ?
Can i set it to eur ?
Do you have a US stripe account?
Yes, it's US stripe account
But our platform service is non-US, is it possible for us working with non-US currency for US stripe account ?
If you're a US account I believe the only currency you can settle in is USD (see https://stripe.com/docs/payouts#supported-accounts-and-settlement-currencies)
Ah okay, and i still have question
Can merchant do payout on connect account but they do not have to sign in ?
I mean do payout on specific connect account by manual trigger by my merchant's side
What kind of connect accunts are you working with? Standard? Express? Custom?
ravelens-connect-qs
It's custom accountt
And the service agreement type is recipient
it's for merchant's accounmt
Gotcha - then yes, you should have control of when you can payout to your connected accounts and can manually create them if you want
May i know which documentation should i refer ?
Do i only need to assign their connect_account id on the parameters ?
You'd use the Payous API (see https://stripe.com/docs/api/payouts/create) with the Stripe-Account header (https://stripe.com/docs/connect/authentication#stripe-account-header)
I only need to add the destination properties ?
This will not deduct our platform balance is it ?
Only deduct the connect account balance right ?
Yes, this will create a payout on the Connected account, it should affect your own balance
Because current flow is
I did transfer the funds (amount) to the merchant's connect account
Are you familiar with the Stripe-Account header already? The way you set it will depend on the sdk you're using
I see
So i only need to set it right ?
Let me try
Thank you karbi