For AI agents and LLMs: a structured documentation index is available at /llms.txt. Every page has a Markdown sibling — append .md to any URL.

Skip to content
Docs

Charge customers in Chilean Peso and Peruvian Sol

Create prices, discounts, transactions, and subscriptions in Chilean Peso (CLP) and Peruvian Sol (PEN).

Product area

  • Payments
  • Transactions

Tooling

  • API

Released

March 4, 2026

Status

Released

API version

Version 1

What's new?

We added Chilean Peso (CLP) and Peruvian Sol (PEN) as supported currencies for payments.

currency_code string

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_code
  • price.unit_price_overrides.unit_price.currency_code
  • discount.currency_code
  • transaction.currency_code
  • subscription.currency_code
  • pricing_preview.currency_code

You may also see them in responses from the Paddle API as payment currencies.

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

Discount

Resource
  • + Added Enum value currency_code

    New `CLP` and `PEN` values accepted as payment currencies for discounts.

Transaction

Resource
  • + Added Enum value currency_code

    New `CLP` and `PEN` values returned for transactions paid in Chilean Peso or Peruvian Sol.

Subscription

Resource
  • + Added Enum value currency_code

    New `CLP` and `PEN` values returned for subscriptions billed in Chilean Peso or Peruvian Sol.

Was this page helpful?