Monetary Amounts
Amount fields should indicate the amount in the base unit of the currency. Therefore, all monetary values should be converted to cents. For example, the following object represents 500 cents (500/100 = $5.00 USD):
json
{
"amount": 500
}