# 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="/files/nGMpIqKOX3Iids2fjenE" 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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nmkr.io/nmkr-playground/ada-payment-link.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
