#monshery-conversion

1 messages · Page 1 of 1 (latest)

nova mist
tight star
#

I am ready thing but its not so clear.

nova mist
#

What would you like clarification on?

tight star
#

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.

nova mist
#

So in that case, the amount you transfer to them will be converted to the currency you specify when you transfer it

tight star
#

hmm ..

nova mist
tight star
#

Ah wow you guys started supporting israel ?

#

That's new.

#

i think something doesnt add up

nova mist
#

What doesn't add up?

tight star
#

How can i calculate the total amount to transfer to them ?

#

each transaction can be a different price/currency

nova mist
#

You may be taking payment in different currencies?

tight star
#

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

nova mist
#

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

tight star
#

hmm i dont know if it event gets to the bank yet.

nova mist
#

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

tight star
#

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 ?

nova mist
#

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

tight star
#

Alrighty

#

hmm

#

I wonder if there's a way to make all payment received in a specific currency

nova mist
#

I mean if you are creating the PaymentIntents, you can specify the settlement currency correct?

tight star
#

You do ?

#

It says currency

#

But is that the settlement currency ?

nova mist
#

yes the currency that you specify under that

tight star
#

hmm

nova mist
#

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

tight star
#

this stripe isnt you guys's support ?

nova mist
#

They should be able to answer money flow questions like this. I thought I understood this better and could speak to your case

tight star
#

i will contact them tmr i guess

nova mist
#

This server is Stripe official but it is more for help writing code for integrations

tight star
#

I will check with them thanks