# ADA Payment Link

{% hint style="info" %}
If you are looking for an easy too to create ADA payment links (also in bulk) have a look at this utility NFT: <https://pool.pm/asset16qa8cyz08pepphyqsg5s89cv5429jrpqhjjk0d>\
\
Or mint your own for free:\
<https://pay.nmkr.io/?p=ae9fb170ed1a47b9ab7e875a5b45a340&c=1>
{% endhint %}

ADA payment links is a feature that enables you to create a customized payment link to receive a specified amount of ADA to a specified receiver address. This link can be embedded on your website or shared through other communication channels.

When a user clicks on the payment link, it will open [NMKR Pay](https://docs.nmkr.io/nmkr-studio/set-up-sales/nmkr-pay), our paymentgateway application that supports ADA transactions and is also used to mint NFTs with [NMKR Studio](https://docs.nmkr.io/nmkr-studio/introduction-nmkr-studio). The user can then connect their wallet and sign the payment transaction to complete the transfer of funds to the specified receiver address.

In addition to the payment amount and receiver address, you can also add a custom note to the payment link. This feature provides a convenient and secure way for businesses and individuals to accept ADA payments without the need for complex payment integrations.

<figure><img src="https://content.gitbook.com/content/bv1NlCoA0UqqILhTF1t0/blobs/DIHP5kX6qtFuPPyDnm3Z/Screenshot%202023-03-21%20at%2010.31.34.png" alt=""><figcaption></figcaption></figure>

### Create the ADA Payment Link

The Parameters; receiver address, amount and note can be specified by replacing the \<placeholders> in the following URLs.

{% hint style="info" %}
The amount will be specified in Lovelace.\
1 ADA = 1000000 (one million) Lovelace
{% endhint %}

#### ADA Payment Link without Note

```
pay.nmkr.io/?receiverAddress=<addr1testabc>&amount=<10000000>
```

#### ADA Payment Link with Note

```
pay.nmkr.io/?receiverAddress=<addr1testabc>&amount=<10000000>&note=<examplenote>
```

#### Example ADA Payment Link with Note

```
https://pay.nmkr.io/?receiverAddress=addr1qxfgglnsapsjelmmgjn89gkhf409qxc795407pw66g4glt998nu7s4l35sdwl6088e9f23ju7apk9hss7s9sgn3k9upqrs9hs7&amount=10000000&note=Payment%20for%20extra%20service
```

[Click here to view this ADA Payment in NMKR Pay!](https://pay.nmkr.io/?receiverAddress=addr1qxfgglnsapsjelmmgjn89gkhf409qxc795407pw66g4glt998nu7s4l35sdwl6088e9f23ju7apk9hss7s9sgn3k9upqrs9hs7\&amount=10000000\&note=Payment%20for%20extra%20service)
