Money is never a decimal
Every amount on the wire is an object: an integer in minor units and a currency code. GHS 35.00 is {"amount_minor": 3500, "currency": "GHS"}. There are no floats anywhere in the API, because a rounding difference between your ledger and ours is not a bug anybody enjoys finding.