# How to Receive Payments on Your Site
You can provide your customers with the ability to make payments in WAVES, XTN, ETH or any other supported asset.
# Using Client Payment API Developed by WX Network Team
Compose a payment URL in the following format:
https://wx.network/#send/{assetId}?recipient={yourAddress}&amount={amount}&referrer={yourDomain}&strict
Example:
<button onclick="location.href='https:/wx.network/#send/DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p?recipient=3P8pGyzZL9AUuFs9YRYPDV3vm73T48ptZxs&amount=1.2&referrer=https%3A%2F%2Fexample.com&strict'">1.2 XTN</button>
The user follows this link, logs in on the WX Network site and confirms payment. After that user is redirected to referrer
URL appended with transfer transaction ID, for example:
https://example.com/?txId=7RqYbd9setfkW4AX49nwwpELFjvr8V8MhPRtANsUMhbt
For more information about WX Network Client Payment API and request parameters see the Client Payment API article in the WX Network documentation.
# Using Pay Crypto Widget Powered by Waves Signer
Add Pay Crypto widget to integrate crypto payment option to your site.
See detailed explanations in the How to add crypto payments to your online store? article and in the Pay Crypto GitHub repository.