#sxe-request

1 messages · Page 1 of 1 (latest)

winter talon
#

this was your request req_9Xd8pySZokVBZU

you passed amount: "359,1",

the error message is pretty clear:
"Invalid integer: 359,1"

amount only supports integer values as the "cent/pence" equivalent of your currency

If you want to charge EUR 359.10
You need to pass amount: 35910

compact hedge
#

No.

#

I desire 3 euro and fifty nice cents.

#

fifty nine

#

3.59

winter talon
#

so that would be "three hundred and fifty nine cents" in cents right?
so you pass amount: 359
amount will be an integer value in cents basically