I have clover payment merchant for payment purpose.
i am unable to make payments in decimal values, it accepts only whole numbers.
what is the way to fix to accept amount in decimal values ?
i am using Hosted payments
I have clover payment merchant for payment purpose.
i am unable to make payments in decimal values, it accepts only whole numbers.
what is the way to fix to accept amount in decimal values ?
i am using Hosted payments
The amount payload is in cents; if you want to charge $.20 it will be "amount":20,
$10.00 = 1000
etc.
5 People are following this question.