Skip to main content
How to use AtomPay Service

Learn how to integrate AtomPay on any third party page to sell your domains

Atom avatar
Written by Atom
Updated this week

AtomPay offers a frictionless, portable and secure payment solution that allows you to sell your domains anywhere, anytime using Atom's smartpay technology and domain transfer assistance.

Here's a step by step guide to add AtomPay button to any website with just a few lines of code.

  1. Login to your Seller account and select Transactions/ AtomPay from your left menu. Here is a direct URL to the AtomPay setup page

  2. Copy your AtomPay Network ID

3. Add this code to the head section of your website’s HTML.

<script src="http://code.jquery.com/jquery-1.10.2.js"></script> 
<script src="https://www.atom.com/scripts/pay-with-atom.js"></script>

4. Add this code to the HTML/section of your page where you are accepting Payments

<button class="pay-with-atom large-button" data-domain-name="DOMAINNAME" data-domain-price="999" data-token="YOUR ATOMPAY NETWORK ID" data-host-name="https://www.atom.com" > <span>Buy With</span> <img src="https://www.atom.com/assets/pay.png" alt="Atom Logo"> </button>

  • Replace DOMAINNAME with the actual domain name you would like to sell

  • Replace 999 with the actual domain selling price

  • Replace YOUR ATOMPAY NETWORK ID with the ID you copied in step 2. If you are a marketplace that is offering this service on behalf of other sellers, use the AtomPay Network ID of the seller instead. Sellers can obtain their own AtomPay Network ID by creating an account on Atom.com and visiting the AtomPay page.

5. We also have a simple code builder that can be used to generate this code automatically by entering a domain name and the price

Important Notes

  • In order to sell a domain via AtomPay, you must verify the domain name ownership first. However, we can bypass the verification requirement for any trusted partners or marketplaces (please contact our support team if you would like to become an AtomPay partner).

  • If you are a Marketplace offering this service to your own sellers, you would also need to include a Partner ID in the code. We can provide the Partner ID during the onboarding process

Other Terms

  • You confirm that you are the rightful owner or have the necessary authorization to sell the domain names on behalf of the domain owner.

  • You agree to transfer the domain to the buyer upon successful completion of the payment

  • If we are unable to verify the buyer's payment or suspect fraudulent activity, we reserve the right to cancel the purchase and refund the buyer's payment.

  • If the domain is expiring within 15 days of the purchase, you agree to renew the domain before transferring it to the buyer, or to cover the renewal fees.

  • For domains with extensions other than .com, you agree to pay the renewal fees if the domain is purchased through a payment plan.

  • For payment plan purchases, a monthly surcharge will be automatically added to plans of 12 months or longer. The surcharge amount will be split, with 35% going to Atom and 65% to the seller.

  • The use of this service is strictly prohibited for any activities that are not permitted by our platform. This includes, but is not limited to, illegal activities such as money laundering, wash sales, and any other fraudulent or deceptive practices. Compliance with all applicable laws and regulations is mandatory.

  • Refer to our detailed Terms of Marketplace here.

Did this answer your question?