#itaied

1 messages · Page 1 of 1 (latest)

civic oracleBOT
modest glade
#

Hi there, no you can't transfer in ILS if you don't have balance in ILS

radiant bay
#

so my option is to transfer in USD only?

#

although I'm using the paymentIntent.currency

modest glade
#

Yes, you can transfer in USD

radiant bay
#

the payment intent display the amount in ils. How can I get the exchange rate Stripe calculated? In the dashboard I see the amount in USD

#

I need to transfer an amount calculated with our fees

modest glade
#

There's no exchange rate API I'm afraid.

radiant bay
#

How would you recommend to transfer 95% percent of a 20 ils payment intent?
Simply transferring using the source_transaction with the amount and currency stated in the paymentIntent doesn't work, and changing the currency to USD is insufficient since I need to calculate the amount to consider the currency exchange

modest glade
#

I don't have a solution for the currency exchange, please reach out to Stripe support https://support.stripe.com/contact and see if they have any suggestions.

radiant bay
#

OK thanks. I have succeeded using the payment_intent_data.transfer_data.destination API instead of separate charge and transfer