Skip to content

iclass-cc/pay-with-nano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 

Repository files navigation

nano.to

Nano Crypto Currency Payment API & Short Link Service.

This service is a hosted payment gateway for the NANO Crypto currency. It is in active development by the team at Formsend. This Repo is for bug reports, pull requests and feature requests and general support. No date yet on us Open Sourcing the API code, but definitely on the horizon.

Live Demo: nano.to/demo

Basic Usage

https://nano.to/[YOUR_NANO_ADDRESS]
https://nano.to/nano_3gf57qk4agze3ozwfhe8w6oap3jmdb4ofe9qo1ra3wcs5jc888rwyt61ymea

Short Urls

https://nano.to/nano_3gf57qk4agze3ozwfhe8w6oap3jmdb4ofe9qo1ra3wcs5jc888rwyt61ymea
https://nano.to/henry --> https://nano.to/nano_3gf57q..

Visit https://nano.to to reserve names.

Customize

https://nano.to/[NANO_ADDRESS]?title=Donate&price=50
https://nano.to/[NAME]?title=Donate&price=50

All options:

?title=Donate
&price=50
&description=50
&suggest=Basic:30,Premium:50
&success_url=https://mywebsite.com/success?id={{id}}
&cancel_url=https://mywebsite.com/
&webhook_url=https://mywebsite.com/webhook
&webhook_secret=my-secret # don't use this in browser

Check Short Name Status

You can check the status of any name by appending '?whois=true' or '?check=true' to the url. Even if you do not own it.

For example:

https://nano.to/moon?whois=true

Gives us the following response

{
  "name": "moon",
  "status": "Active",
  "expires": "September 16, 2030 7:27 PM EST",
  "created": "September 15, 2021 7:27 PM EST"
}

👤 Former Author

Formsend.org

About

Crypto Currency Payment API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published