I am not able to use the script tag and was wondering if there is a way I can interact with just the API? To receive payments.
Yes, we do have an API. You can use it to build your own payment UI for your app. Please see the docs here:
https://atlos.io/docs/custom-ui
That said, it’s much easier to use our widget, if you can use it, or maybe the hosted checkout option.
Could you tell me more why you are not able to use the script tag, are you building a mobile app?
It’s for a telegram bot, I wanted to be able to request a payment address for the cryptocurrency the user select and then check when they’ve paid.
Our widget actually works with Telegram bots inside a “Mini App.” It’s kind of like a WebView component for Telegram bots. You can read about it here:
https://core.telegram.org/bots/webapps
Also, you can use the hosted checkout option. For that, you just need to create an invoice for the user and display a link to that payment page in the bot or you can send it by email.