#Sagui-transfer
1 messages · Page 1 of 1 (latest)
I am going to copy / paste the text I asked beforre
Hello, I want to add withdraws in my application in node.js, I'm using Stripe Connect. At the moment the user can create Express Accounts and I want to implement bank transfers from me to this Express Accounts. I'm trying to use this https://stripe.com/docs/api/charges/create but I don't know how and which paramters use to indicate that I'm the sender and the Express Account the reciever. Someone can give me an example? Thank you
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Are both your platform and connected account's country Australia?
From https://stripe.com/docs/connect/charges-transfers which /v1/transfers API you're referring to:
Stripe supports separate charges and transfers in the following regions: Australia, Brazil, Canada, Europe, Japan, Malaysia, New Zealand, Singapore, and the U.S. Separate charges and transfers are supported if both your platform and the connected account are in the same region (for example, both in Australia).
At this moment, Spain is not part of this. I'd suggest writing our support team with an explanation of what you're planning to do to ensure it won't violate any of our rules/restrictions: https://support.stripe.com/contact
Here says Europe
Spain is in Europe
Separate charges and transfers are supported if both your platform and the connected account are in the same region (for example, both in Australia).
We are Both in Spain
tripe supports separate charges and transfers in the following regions: Australia, Brazil, Canada, Europe, Japan, Malaysia, New Zealand, Singapore, and the U.S.
I'd been 3 days of my work only talking with support but they didn't give me a solution
Oh my bad! I was looking at the exact word match. In case of Spain, you should be able to perform separate charge and transfer as per our doc: https://stripe.com/docs/connect/charges-transfers
Thanks!!
This link that have you passed be it's just what I want to do but how I indicate which is who pays?
I give you an example
one client have win 100$/100€ in my platform and he wants to withdraw and get his money on his bank account
how can I use this function to get that?
If the platform account has enough available balance, you can perform a transfer with Transfer Create API: https://stripe.com/docs/api/transfers/create
destination is the connected account that you intend to transfer to: https://stripe.com/docs/api/transfers/create#create_transfer-destination
sender can only be the platform
or the API knows if I'm doing this I am
No problem! Happy to help
Sure! What's your question?
I've created transaction between me and my customer, you can see it in the screenshot. Now I don`t know if it's possible that the customer recieve this payment directly in his bank account or the customer must go to Stripe to withdraw it from there?
Hi! I'm taking over this thread.
What is this screenshot? Is it a transfer? Can you share its ID?
it's an account
i can share it to you
is in test mode
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
So if you are a platform and are using Stripe Connect, then you can send money to your connected account using a transfer yes.
Then, once the money is on the connected account, the connected account payout schedule will define when the funds will be moved to their bank account.
You can learn more about this here: https://stripe.com/docs/connect/manage-payout-schedule
so it's an automatic process right?
the transfer is the only thing i have to do
and in some days he will recieve his money in his bank account
That's correct!