#khoi
1 messages · Page 1 of 1 (latest)
Short answer: maybe
Depends on region
But you can just use the create a transfer api: https://stripe.com/docs/api/transfers/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
nice! transfer alone doesn't incur any Stripe fees right?
Hm that I don't know. We're not really experts on the pricing of things in here. I would verify with support to be sure: https://support.stripe.com
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
thank you
while i have you here
we have a working implementation to work with Stripe Connect in the US
do you know if there is an example of the easiest way to enable buyers in Canada? (sellers will still be US-based)
Just to clarify, are the buyers just end-customer that won't have Stripe accounts?
correct
Ah that shouldn't be a problem then. You can charge them in CAD if you like
Recommend reading: https://stripe.com/docs/currencies/conversions
On how you can avoid currency conversions
do you know if stripe recommends to
- show and charge customers in USD and payout in USD
- tweak our UI to show CAD on the fly and buyers pay in CAD. Then we do USD conversion to payout?
I don't know if we have a recommended path there. It's up to you really
gotcha. thank you