#Leonardogranetto99-transfer-error

1 messages ยท Page 1 of 1 (latest)

high pelican
#

Hi there ๐Ÿ‘‹ looks like the total amount of the transfers is higher than the amount of the payment, which isn't permitted.

swift crescent
#

But I can do multiple transfers on one charge right?

high pelican
#

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.

swift crescent
#

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 :/

high pelican
#

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.

swift crescent
#

Yes I should have it. One sec

#

Is the charge ID good enough?

high pelican
#

Yeah, I think I can get to everything from there.

swift crescent
#

ch_3KZLUIDyrbwoPoLE0RVwaDrH

#

Thats the charge

high pelican
#

Thanks, pulling things up on my end.

high pelican
#

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.

swift crescent
#

Yes. It should be to transfers. In that case to the same connected Account

#

By how much does it exceed it?

high pelican
#

Looks like by 1.36

swift crescent
#

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?

high pelican
#

Oh, sorry, I overlooked that the amount in the error doesn't seem to align with the amount on the charge.

swift crescent
#

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?

ripe field
#

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

swift crescent
#

Hey ๐Ÿ™‚

#

Okey. Now I see the problem

#

But why is it less then the amount I've charged?

ripe field
#

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.

swift crescent
#

Hm strange. Thats a problem. I don't know if I can influence that

#

So it converts it a little bit to high?

ripe field
#

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

swift crescent
#

ok. let me know if you find something out