Amount

All API requests expect amount values in the currency’s minor unit, meaning the lowest denomination of the currency. For example, in USD, 1000 represents $10.
{
  "amount": 1000
}

Currencies

We use the ISO 4217 standard standard for defining currencies. If the currency is not specified, USD is assumed.
{
  "currency": "USD"
}

Dates

All dates are expressed using RFC-3339 timestamps:
{ 
  "created_at": "2025-02-13T19:08:07.000Z",
  "updated_at": "2025-02-13T19:08:07.000Z"
}