What you build
A native domain search (calling our Search API), a registration/checkout flow, and payment collection through your own billing system.What Namify handles
Registrar operations: the actual domain registration, renewal processing, ICANN compliance emails (registrant verification, WHOIS accuracy), transfer management, and dispute resolution.Typical integration
A “Get a domain” button or link in your product that redirects to the Namify hosted flow.1
Search
User searches for a domain in your product (you call
GET /domains/search).2
Selection
User selects a domain and checks out (you collect payment via Stripe, Paddle, or your billing system if needed).
3
Notify
Your backend calls
POST /domains/register with the customer_id and domain.4
Registration
Namify registers the domain and returns the result. You update the user’s account.
5
Renewal
Namify handles processing and fires webhooks. You update your records accordingly.