Hosting in Chile

Chilean WordPress hosting where the security step does not lose the sale.

Chile is card-first, which means nearly every checkout includes an authentication challenge on the bank's page. The customer leaves your site and has to arrive back.

Challenge completesSession survives itAbandonment measured
3-D Secure flowSession continuityDrop-off trackingDaily backupsFree SSL24/7 support
Built for Chilean checkout

The bank interrupts the sale.

Strong authentication is good for fraud and hard on conversion, and the handling decides which of those you get.

A session that exists on return

The customer is sent to their bank and returned by callback. A session rotated or cached away in between produces an authenticated payment and an abandoned cart.

Return-safe

Callbacks never served from cache

The return URL carries a single-use result, so a cached or throttled response turns a completed authentication into a failed order.

Never cached

Timeouts sized for a human step

The challenge may involve waiting for a code on another device, which takes far longer than any network timeout allows for.

Drop-off measured at the right point

Abandonment during authentication looks identical to abandonment at checkout unless the two are distinguished, and only one of them is fixable by you.

Origin placement decided

Chile is distant from most infrastructure and long north to south, so origin choice is deliberate rather than inherited.

Authentication

Lost between two pages.

The bank says the payment authenticated and the store has no order. Almost always the session did not survive the round trip, and it is recorded as a customer who changed their mind.

  • Session preserved across the authentication round trip
  • Callback URLs excluded from caching and throttling
  • Timeouts sized for a human with a second device
  • Authentication drop-off measured separately
Session
Across challenge
preserved
Callback
Cached
never
Timeout
Sized for
a person
Drop-off
Attribution
running
Completion

Authenticated and ordered.

The number worth watching is the share of authentication attempts that end with an order, not the speed of the page in front of them.

Preserved
sessions through the challenge
Never
cached callbacks
Separated
authentication drop-off
MagicWP110 ms
Typical shared host1080 ms
European origin serving Chile455 ms

Illustrative comparison of a checkout completing after an authentication step. Your numbers depend on origin placement and issuer latency.

Configuration

What we change for Chilean stores

A mandatory detour to the bank sits in the middle of every checkout, and everything here protects the return journey.

SettingWhat we doWhy
Session continuityPreserved across the authentication redirectThe customer is returned by callback after authenticating, and a session rotated or dropped in between leaves the payment approved and the order missing.
Callback handlingExcluded from caching and rate limitingThe return URL carries a single-use result, so a cached or throttled response converts a successful authentication into a failed order.
Timeout windowSized for a person retrieving a code on another deviceThe challenge frequently involves a second device, which takes far longer than a timeout written for a network response allows.
Drop-off attributionAuthentication abandonment measured separately from checkoutThe two look identical in aggregate, and only one of them is something you can act on.
Origin placementDecided explicitly for a distant, elongated marketChile is far from most infrastructure and long north to south, so an inherited origin is an unmeasured cost.
Plans

Simple, transparent pricing.

Every plan includes free migration, daily backups, SSL and 24/7 support.

MonthlyYearly 2 months free
Starter
For personal sites, blogs, and portfolios.
$20/mo
  • 1 WordPress site
  • 10 GB NVMe disk
  • Free SSL
  • Daily backups
  • One-click deployment
  • Support tickets
Start free trial
Pro★ Most popular
For growing businesses and busy stores.
$80/mo
  • 5 WordPress sites
  • 50 GB NVMe disk
  • Free SSL
  • Daily backups
  • One-click deployment
  • Priority support tickets
Start free trial
Enterprise
For agencies and high-traffic platforms.
$250/mo
  • 20 WordPress sites
  • 200 GB NVMe disk
  • Free SSL
  • Daily backups
  • One-click deployment
  • Dedicated support
Start free trial
FAQ

Questions, answered.

Why do authenticated payments not produce orders?
The session usually did not survive the round trip to the bank. The payment is approved and your store never hears about it, and it records a customer who changed their mind.
Can the 3-D Secure callback be cached?
It must not be. That URL carries a single-use result, so a cached or rate-limited response turns a completed authentication into a failed checkout.
Why do challenges time out?
Because the window was sized for a network response rather than a person fetching a code on another device, which takes considerably longer.
How do I tell authentication drop-off from checkout drop-off?
By measuring them separately, which is set up here. In aggregate they look the same, and only one of them is within your control.

Bring the customer back.

Move the store across — migration is free, authentication flow tested.