Skip to content

Use cases_

Checkout localization

Show every buyer the right currency, format and payment methods.

A checkout that speaks the local language of money converts better. One call at the start of a session returns the currency and its exact formatting, the locale, the tax treatment and the payment methods that market actually uses — so nothing on the page reads as foreign.

Why it works_

The highest-leverage call in your funnel

Right currency, right format

Prices render the way locals read them, down to decimals and separators.

checkout-localization.sh
curl "https://api.localesense.com/v1/self" \
  -H "Authorization: Bearer ls_live_..."

Right payment methods

Surface iDEAL, Pix or cash-on-delivery where they dominate instead of a generic card form.

Right tax display

Inclusive or exclusive, at the correct rate, per law.

The data behind it

What your code sees, per request.

A sample of the real response shape for a visitor in the United States — every value attributable, nothing guessed. Point the same call at any of the 197 markets.

Currency Payments Tax Live FX
Try it live in the docs
GET /v1/self 200 OK · sample
  • Currency USD · 2dp · $123,456.78
  • Payments card · apple_pay · google_pay · paypal
  • Tax Sales Tax · added at checkout, varies by state
  • FX 1 USD = 1.00 USD · pivot

Keep exploring_

Related use cases

FAQs

Checkout localization — frequently asked

How do I localize a checkout by country?

Make one call at the start of a session. It returns the buyer's currency and its exact formatting, their locale, the correct tax treatment, and the payment methods that market actually uses — everything the page needs so nothing reads as foreign, from a single request.

Does showing local currency actually reduce cart abandonment?

Buyers who see their own currency, formatted the way they read it, and a payment method they recognise are far less likely to bounce at checkout. Localising the money layer is one of the highest-leverage changes you can make to a cross-border funnel.

Do I need separate APIs for currency, tax and payments?

No — that is the point. Currency formatting, tax rate and display rule, and local payment methods all come back in one Locale Sense response, so you localize the whole checkout without stitching several vendors together.

Get started

Try it free

10,000 requests a month, no card. Every tier includes live FX and the full formatting engine.

Get your API key