# Creating Transactions

After receiving testnet assets, You will be able to create a transaction and transfer testnet asset to your integrated store:

* Generate a payment request using the Paymento API, your integrated software or Payment Link.
* Use your testnet wallet to send a test transaction to the generated address.
* Monitor the transaction status on blockchain explorers.

**Confirming Transactions**

* Verify transaction confirmations on the blockchain explorer.
* Ensure that the test payment reflects in the Paymento dashboard and API callback response.

By following these steps, you can thoroughly test and validate your Paymento integration, ensuring a reliable, secure, and user-friendly experience before going live on the mainnet


---

# 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.paymento.io/accept-crypto-payments/testing-and-simulation/creating-transactions.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.
