ATLAS Subscriptions API for Projects Building on Star Atlas: An Overview

The ability to accept Star Atlas payments is becoming increasingly vital for businesses and entrepreneurs who wish to tap into the exponentially growing market of this blockchain-based, space-themed game.

To facilitate this, accepting ATLAS payments and integrating with the Star Atlas ecosystem is made seamless by APIs such as those provided by the crypto payment service NOWPayments. Notably, NOWPayments offers an exceptional feature – the Recurring Payments API (Email Subscriptions feature), which allows businesses to schedule regular payments from customers, perfect for subscription-based services.

This article will offer a detailed exploration of accepting ATLAS payments, the benefits of doing so, and how to integrate these payments using NOWPayments’ API.

A Guided Tour of Star Atlas

A Guided Tour of Star Atlas
Image Source: staratlas.com

Star Atlas is a grand strategy game of space exploration, territorial conquest, political domination, and more. It is a decentralized gaming experience built on the Solana blockchain, set in an expansive galaxy teeming with new species, characters, ships, and adventures. It combines various genres, including strategy, exploration, flight simulation, and role-playing, offering players a truly immersive experience.

Star Atlas is powered by two native tokens: ATLAS and POLIS. ATLAS is the transactional token, used for in-game purchases and player rewards. In contrast, POLIS is a governance token, providing holders with voting rights on various game-related decisions.

Advantages of Accepting ATLAS Payments

There are numerous compelling reasons for businesses, particularly those operating in the metaverse and gaming arenas, to accept ATLAS payments:

  • Unlocking New Revenue Streams: The ability to monetize Star Atlas’ intellectual property offers businesses a unique opportunity to generate new income streams. From creating merchandise to developing 2D and 3D gaming experiences, the potential is vast.
  • Enhanced Security and Privacy: Transactions with ATLAS, powered by blockchain technology, offer heightened security and privacy compared to traditional payment methods.
  • Reduced Transaction Costs: Cryptocurrency transactions typically have lower fees than conventional financial systems, making them an attractive option for businesses looking to optimize their bottom line.
  • Global Reach: Cryptocurrencies like ATLAS transcend geographical boundaries, enabling businesses to reach customers worldwide without the typical restrictions and delays associated with international transactions.
  • Payment Flexibility: By accepting ATLAS payments, businesses can offer customers more payment options, aligning with the growing trend of digital asset investment.

NOWPayments: Your Gateway to Accepting ATLAS Payments

NOWPayments: Your Gateway to Accepting ATLAS Payments
Image Source: staratlas.com

NOWPayments is a pioneer in facilitating seamless ATLAS transactions. Its robust API offers a streamlined and secure platform for businesses to integrate ATLAS payments into their operations. Here’s how:

Seamless Integration

NOWPayments provides a user-friendly platform that simplifies the payment process. Integrating ATLAS payments into your business is quick and efficient with NOWPayments’ API. The platform supports various integrations, including e-commerce plugins and APIs, ensuring a smooth experience for developers and their customers.

Secure Transactions

Security and reliability are paramount at NOWPayments. Its robust technology ensures that all ATLAS payments are protected from potential fraud or security breaches. This gives both businesses and customers peace of mind with every transaction.

Autoconversion for Stability

NOWPayments offers an auto-conversion feature, allowing businesses to receive payments in their preferred currency, minimizing volatility risks. This feature ensures stability and predictability for businesses, enabling them to focus on their core operations without worrying about market fluctuations.

Round-the-Clock Support

Understanding the importance of reliable customer support, NOWPayments provides 24/7 assistance. Whether it’s technical inquiries, transactional concerns, or general assistance, NOWPayments is committed to offering top-notch support to businesses integrating ATLAS payments.

Round-the-Clock Support

NOWPayments’ Recurring Payments API (Email Subscriptions Feature)

NOWPayments' Recurring Payments API (Email Subscriptions Feature)
Image Source: staratlas.com

NOWPayments offers a comprehensive API that allows businesses to streamline their workflows by assigning payments to their customers on a regular basis. This feature involves creating a plan for payments and individual recurring payments for each user. Let’s dive deeper into the process of setting up this feature.

Creating a Recurring Payment Plan

First, you need to create a Recurring Payment plan. This plan will have its unique ID, which is required for generating separate payments. To create a plan, you will need to make a POST request to the following endpoint: https://api.nowpayments.io/v1/subscriptions/plans

The available parameters for this request include:

  • title: The name of your recurring payments plan.
  • interval_day: The duration of recurring payments in days.
  • amount: The amount of funds paid in fiat.
  • currency: The fiat currency ticker used for price.
  • ipn_callback_url: Your IPN_callback URL.
  • success_url: The URL the user gets redirected to in case of successful payment.
  • cancel_url: The URL the user gets redirected to in case payment is cancelled.
  • partially_paid_url: The URL the user gets redirected to in case payment is paid not in full amount.

Example Request

POST /v1/subscriptions/plans HTTP/1.1
Host: api.nowpayments.io
Authorization: Bearer {YOUR_TOKEN}
Content-Type: application/json
{
    "title": "My ATLAS Plan",
    "interval_day": 30,
    "amount": 50,
    "currency" : "usd"
}

Once you send this request, you will receive a response containing the details of the created plan. The response will look something like this:

{

  "result": {
    "id": "123456789",
    "title": "My ATLAS Plan",
    "interval_day": "30",
    "ipn_callback_url": null,
    "success_url": null,
    "cancel_url": null,
    "partially_paid_url": null,
    "amount": 50,
    "currency": "USD",
    "created_at": "2022-10-04T16:28:55.423Z",
    "updated_at": "2022-10-04T16:28:55.423Z"
  }
}

In the response, the id field is the unique identifier for the payment plan, which will be used to create individual recurring crypto payments.

Updating a Recurring Payment Plan

After a plan is created, you can make necessary changes to it using the PATCH method. The changes won’t affect users who have already paid; however, the changes will take effect when a new payment is to be made. The URL for updating a plan is https://api.nowpayments.io/v1/subscriptions/plans/:plan-id.

Getting Information About a Payment Plan

You can retrieve information about a specific payment plan or all the payment plans you’ve created using the GET method. The URL for getting a specific plan is https://api.nowpayments.io/v1/subscriptions/plans/:plan-id, and for getting all plans, it’s

https://api.nowpayments.io/v1/subscriptions/plans.

Creating an Email Subscription

This method allows you to send payment links to your customers via email. A day before the paid period ends, the customer receives a new letter with a new payment link. The URL for creating an email subscription is https://api.nowpayments.io/v1/subscriptions.

Getting and Managing Recurring Payments

You can view the entire list of recurring payments, get information about a particular recurring payment, or delete a specific payment from the recurring payment plan using the GET and DELETE methods, respectively.

Conclusion

Accepting Star Atlas payments can open up a universe of opportunities for businesses. With the growing popularity of the Star Atlas metaverse and the rise of cryptocurrency, integrating ATLAS payments into your operations is a forward-thinking move.

By leveraging NOWPayments’ Recurring Payments API, businesses can seamlessly accept ATLAS payments, provide subscription-based services, and ultimately tap into the booming metaverse economy. It’s time to ride the wave of digital innovation, accept Star Atlas payments, and unlock new realms of business opportunities.