Currency and amounts

The Osigu API handles monetary values with precision, ensuring correct calculations for invoicing and payments. All amounts are represented as decimal values with two decimal places.

Currency Representation:

All monetary amounts are represented in ISO 4217 currency format (e.g., USD, EUR, DOP).

Example:

{
  "total_amount": 1000.00,
  "currency_code": "USD"
}

Ensure the amounts follow the standard format and include the currency_code where applicable.