#padek-capture-amount
1 messages · Page 1 of 1 (latest)
Hey @worn gorge all our amounts in our API expects it in the smallest currency unit so $10.5 is amount: 1050
so i tried both
let me take SS
this is the total amount of stripe
an di want to charge half sp (125)
Hi @worn gorge I'm taking over this thread
hi 😀
i want to charge half the amount of the picture in stripe
i sent this
and then tried this
Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Yes, can you paste the request ID here?
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
but i pass that in the first one
again, 12500.0 is not a valid integer.
An integer should not include decimal parts or fractions
No problem!