What's new?
We added Chilean Peso (CLP) and Peruvian Sol (PEN) as supported currencies for payments.
Now accepts CLP (Chilean Peso) and PEN (Peruvian Sol) as values on prices, discounts, transactions, and subscriptions.
How it works
Chile and Peru are among Latin America's largest digital commerce markets. The primary currencies are Chilean Peso (CLP) and Peruvian Sol (PEN).
Offering prices in local currencies builds trust by helping customers understand how much they're being charged, means they're less likely to be charged FX fees, and improves payment acceptance rates.
You can now create prices and price overrides in Chilean Peso and Peruvian Sol. Paddle Checkout automatically presents prices in CLP for customers in Chile, and in PEN for customers in Peru.
CLP and PEN are now valid values for currency_code when working with payment currencies in the Paddle API, including:
price.unit_price.currency_codeprice.unit_price_overrides.unit_price.currency_codediscount.currency_codetransaction.currency_codesubscription.currency_codepricing_preview.currency_code
You may also see them in responses from the Paddle API as payment currencies.
CLP has no subunit. Amounts must be whole integers. For example, 1000 CLP is "1000", not "100000" as it would be for a two-decimal currency.
Next steps
This change is available in version 1 of the Paddle API.
It's a non-breaking change, meaning it doesn't impact existing integrations.
Check the API documentation to work with prices, subscriptions, and transactions in CLP and PEN.
Summary of changes
Price
Resource-
New `CLP` (Chilean Peso) and `PEN` (Peruvian Sol) values accepted as payment currencies.
-
New `CLP` and `PEN` values accepted in price overrides.
Discount
Resource-
New `CLP` and `PEN` values accepted as payment currencies for discounts.
Transaction
Resource-
New `CLP` and `PEN` values returned for transactions paid in Chilean Peso or Peruvian Sol.
Subscription
Resource-
New `CLP` and `PEN` values returned for subscriptions billed in Chilean Peso or Peruvian Sol.