#padek-capture-amount

1 messages · Page 1 of 1 (latest)

thick crypt
#

Hey @worn gorge all our amounts in our API expects it in the smallest currency unit so $10.5 is amount: 1050

worn gorge
#

so i tried both

#

let me take SS

#

this is the total amount of stripe

#

an di want to charge half sp (125)

slow fable
#

Hi @worn gorge I'm taking over this thread

worn gorge
#

hi 😀

#

i want to charge half the amount of the picture in stripe

#

i sent this

#

and then tried this

slow fable
worn gorge
#

those?

slow fable
#

Yes, can you paste the request ID here?

worn gorge
#

req_aHVnCmqkk0mJlh

#

req_YbyRDmf8ogNMdA

slow fable
#

Thanks. the data type for amount_to_capture is integer, but the value that you passed in is an invalid integer.

#

If you want to capture 125 MXN, you shall pass 12500

worn gorge
#

but i pass that in the first one

slow fable
#

again, 12500.0 is not a valid integer.

#

An integer should not include decimal parts or fractions

worn gorge
#

okay

#

thank you for your time

slow fable
#

No problem!