#itaied
1 messages · Page 1 of 1 (latest)
Hi there, no you can't transfer in ILS if you don't have balance in ILS
so my option is to transfer in USD only?
although I'm using the paymentIntent.currency
Yes, you can transfer in USD
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
There's no exchange rate API I'm afraid.
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
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.
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.
OK thanks. I have succeeded using the payment_intent_data.transfer_data.destination API instead of separate charge and transfer