Loading…
How it works
Most providers describe a black box. Here is the actual sequence of events, including the checks that stop a payment from being spoofed and what happens if provisioning fails.
Lifecycle
Nothing waits for a human. The only variable is how long your chosen blockchain takes to confirm.
Order status: PENDING
You configure endpoints and a rental term in the cart. We compute volume-tier and coupon discounts, reserve stock so the last IP cannot be double-sold, and write an order in a pending state with a unique order number.
Order status: AWAITING_PAYMENT
We call Paymento's payment-request API with the order reference and amount. Paymento returns a token; we store it against the order and redirect your browser to the hosted gateway, where you pick an asset and pay.
Signature: X-HMAC-SHA256-SIGNATURE
When the network confirms your transaction, Paymento posts an IPN to our callback URL signed with HMAC-SHA256. We recompute the signature over the raw body and reject anything that does not match — a browser redirect alone never fulfils an order.
Order status: PAID
We then call Paymento's verify endpoint server-side with the token. This is the authoritative source of truth: we read the order status and the on-chain settlement detail before releasing anything.
Order status: COMPLETED
Our worker calls the supplier API for the exact country, city, quantity, term and protocol. Credentials are written to your account, the order closes, and your dashboard and API immediately reflect the new endpoints.
Order → token
< 400 ms
Verified → provisioned
≈ 3 s
Payment → usable
≈ 11 s median
Payment integrity
A redirect back from a payment page is just a browser saying something happened. We treat it as a hint, never as proof.
Paymento signs each callback. We compute the expected signature ourselves using our secret key and compare it in constant time. A body that has been altered in transit, or a callback from anyone else, fails the comparison.
We then call Paymento's verify endpoint with the token. Only the returned order status decides whether we provision. We read settlement detail — transaction hash, confirmations, required confirmations, received amount — so that a partial payment cannot be mistaken for a full one.
Callbacks are retried by every gateway, so fulfilment is keyed to the order and guarded: an order that is already provisioning or completed returns immediately. Double-crediting is not possible.
PENDING order written, stock reserved
AWAITING_PAYMENT Paymento token issued, user redirected
PAID blockchain confirmation seen and verified
PROVISIONING supplier API call in flight
COMPLETED credentials written, order closed
FAILED provisioning failed - stock released,
support notified, credit available
CANCELLED user abandoned before paying
REFUNDED refund issued against the orderIf provisioning fails
After delivery
Once credentials are in your account, everything is self-service.
Paste host:port:user:pass into curl, Python, Node, your browser or an anti-detect profile. The dashboard generates ready-made snippets for each.
The connection test performs a real TCP handshake and reports latency and exit country, so you can validate an endpoint before pointing production traffic at it.
Replace a faulty endpoint instantly within the guarantee window. Rotate residential and mobile exits on demand or on a schedule.
Switch auto-renew on per endpoint and we charge your balance 24 hours before expiry, so a project never dies because a calendar reminder was missed.
Scoped API keys let your own tooling read inventory, check expiry, and reconcile spend without touching the dashboard.
Every issue stays in a single ticket with full history and a priority-based response target.
Being explicit about limits is more useful than promising everything.
Any provider who promises that a datacenter IP will never be flagged is guessing. We tell you which class to use and why.
We do not record where you go. That also means we cannot tell you which URLs succeeded — your tooling is the right place for that.
Fraud, spam and anything unlawful is out. See the Acceptable Use Policy for the full list and how we enforce it.
Create an account in under a minute and pay only for the endpoints you actually need. Volume discounts apply automatically as your order grows.