#monshery-conversion
1 messages · Page 1 of 1 (latest)
I am ready thing but its not so clear.
What would you like clarification on?
Ok so let me describe a scenatio
scenario
Currently my system works in the following way:
creator create content,
consumer buys that content,
money goes into platform stripe account.
2 weeks later platform goes though all the transaction that was made for the creator and send his connected account payment minus fees.
So far so good ?
the issue is, to send him a payment, we check all the available transaction and they can be in different currencies.
and the 1 big payment we send is in 1 currency.
So in that case, the amount you transfer to them will be converted to the currency you specify when you transfer it
hmm ..
Also keep in mind out cross border payout docs if you have not seen them https://stripe.com/docs/connect/cross-border-payouts
Ah wow you guys started supporting israel ?
That's new.
i think something doesnt add up
What doesn't add up?
How can i calculate the total amount to transfer to them ?
each transaction can be a different price/currency
You may be taking payment in different currencies?
Say that the transfer need to be in USD, but the content creator received transactions with few different currencies
Basically i iterated over all the transaction right now, and conver them manually to the transfer currency
and then make a big transfer with the sum of all the transactions
As I understand your scenario, because you are charging them as the platform rather than as the creator, the payments will be converted in to USD to go in to your bank account when the customer makes the payment.
And then there will be a conversion when you transfer to your connected account
hmm i dont know if it event gets to the bank yet.
Keep in mind that you can use on_behalf_of to charge as the creator (if it is appropriate) which can reduce the amount of conversion going on
Sorry I misspoke a bit there
It will get converted to USD for your platform balance
Ah wait
so..
whenever a charge is made and goes to my platform
the account balance will increase in USD ?
after its already converted ?
You specify the presentment currency when creating a PaymentIntent or a charge. When a Stripe account receives payments in multiple currencies, Stripe accumulates separate balances for each currency. When those balances are paid out to an associated bank account (or debit card), Stripe automatically sends funds to the associated account for each currency, thereby avoiding exchange fees.
Still alive ?
Yes I am, getting busy elsewhere
I think you are right, looks like I misread the docs there that you can have balances on multiple currencies in your platform
Let reread and think on this for a moment
Alrighty
hmm
I wonder if there's a way to make all payment received in a specific currency
I mean if you are creating the PaymentIntents, you can specify the settlement currency correct?
You do ?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
It says currency
But is that the settlement currency ?
yes the currency that you specify under that
hmm
Apologies I am not finding great answers on this at the moment. It may be worth reaching our to our support team about this https://support.stripe.com/?contact=true
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.
this stripe isnt you guys's support ?
They should be able to answer money flow questions like this. I thought I understood this better and could speak to your case
i will contact them tmr i guess
This server is Stripe official but it is more for help writing code for integrations
I will check with them thanks