#Giriraj
1 messages · Page 1 of 1 (latest)
You want to transfer a sum from your platform balance to a connected account?
You'd use the Transfers API: https://stripe.com/docs/api/transfers
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
if stripe connect account exist with europe or someother country.
and i m passing usd like below then it will works? @median wave
const transfer = await stripe.transfers.create({
amount: 400,
currency: 'usd',
destination: 'acct_1MQwkSBSgwhLUexT',
transfer_group: 'ORDER_95',
});
i mean stripe connect account exist with europe or someother country's payment method.
Did you try it?