What problem does it solve? Developers often confuse localized pricing, adaptive currency, and purchasing power parity when selling internationally, leading to wrong pricing modes, unexpected fallback prices, and broken plan changes. This Skill disambiguates the three mechanisms and shows how to implement each correctly with the Dodo Payments API. ## Core Features & Use Cases - Localized Pricing CRUD: Create, list, retrieve, update, and archive fixed per-country or per-currency prices nested under products, with by_country and by_currency pricing modes. - Adaptive Currency Checkout: Enable live foreign-exchange conversion at checkout by passing billing_currency to checkout sessions, subscriptions, and plan changes. - PPP Discount Integration: Accept discount codes generated by third-party services like ParityDeals or Evendeals and pass them to Dodo at checkout. - Use Case: You want to charge ₹999.00 for customers in India while keeping USD pricing elsewhere. Set pricing_mode: by_country, create an INR localized price, and Dodo resolves the correct price with automatic base-price fallback for unsupported regions. ## Quick Start Ask your agent to set up localized pricing for a product by creating an INR price for India and setting the product pricing mode to by_country using the Dodo Payments API.