Price

  • Name
    amount
    Type
    integer
    Description

    The price amount in the currency's minor unit, e.g. "cents" for many currencies.

    Example: 999
    >= 0
  • Name
    currency
    Type
    string
    Description

    Three-letter ISO 4217 currency code. Must be a supported currency.

    Example: "USD"

Example

{
  "amount": 999,
  "currency": "USD"
}