#Karthik-prices

1 messages · Page 1 of 1 (latest)

opaque hawk
#

Hi 👋 when working with the API, it's important to note that amount and unit_amount parameters represent the lowest possible unit of currency for the selected currency. For example, for USD the smallest unit of currency is the cent, so amount and unit_amount are ints representing the price in cents.

toxic lion
#

@opaque hawk Got it. Thank you