#Leonardogranetto99-transfer-error
1 messages ยท Page 1 of 1 (latest)
Hi there ๐ looks like the total amount of the transfers is higher than the amount of the payment, which isn't permitted.
But I can do multiple transfers on one charge right?
Yup, there isn't a limit to the number of transfers that can be associated with the payment, but their total can't exceed the amount of the payment.
The thing is, I log the total amount I send to all the accounts right before creating the transfers. And its exactly the same amount the user paid at the checkout :/
Do you have the ID of the payment, transfer or the request that you can share? I can take a closer look at the specifics.
Yeah, I think I can get to everything from there.
Thanks, pulling things up on my end.
I'm seeing two transfers against that charge, and I'm seeing that the sum of the transfer amounts does exceed the amount of the charge.
Yes. It should be to transfers. In that case to the same connected Account
By how much does it exceed it?
Looks like by 1.36
thats the amount the user gets charged by. But it gets converted to CHF
And thats the amount that I log before creating the transfers
Is it maybe the cut for stripe?
Oh, sorry, I overlooked that the amount in the error doesn't seem to align with the amount on the charge.
I may be because of the convertion from EUR to CHF
Maybe its the same amount, but in CHF instead of EUR
Are you able to see in which currency the amount is?
Hi ๐ I'm stepping in for @high pelican
It looks to me like this charge was converted from EUR to CHF with a total of 2624.98
Hey ๐
Okey. Now I see the problem
But why is it less then the amount I've charged?
This amount :โฌ2,626.34 was made in EUR. The conversion of CHF used a conversion rate of 1.01988 so there was a small difference in the total
It seems this matches the difference in the charge total and the error message.
Hm strange. Thats a problem. I don't know if I can influence that
So it converts it a little bit to high?
Well conversion rates are always fluctuating. I'm looking at the payment intent confirmation to see if it had the converted amount or the original EUR total
ok. let me know if you find something out