Suggestion to Add Transfer URL Parameters to PeakD's Frontend
8 comments
Image by ChaD... Yea, needs to learn more...
Right now, when we want to send HIVE on PeakD, we open our wallet, click “Transfer” and fill in the popup with the username, amount and memo. This works fine if you type it all by hand.
But people run small shops or services that ask for HIVE payments. Maybe aswell for static links per Products. For this, it would be really useful if we could create a link that automatically fills out the transfer form when the buyer clicks it.
At the moment, this does not exist on PeakD, but I think it should. It would make payments faster and avoid mistakes.
How could it work?
Imagine this URL:
https://peakd.com/@username/transfer?to=louis.witness&amount=100&memo=Thanks%20for%20your%20order
When you open this link, it could open the transfer popup with:
- To: louis.witness
- Amount: 100 HIVE
- Memo: Thanks for your order
This would help anyone who sells digital products, accepts donations or runs a community project.
Suggestion for PeakD:
- Add support for to, amount, memo and maybe currency and recurring as URL parameters
- Show an example on the transfer page so people see how to use it
- Maybe add a small “Payment Link Generator” to make it even easier
Suggested URL Parameters for PeakD Transfers
Parameter | Description | Example Value |
---|---|---|
to | The recipient’s Hive username | louis.witness |
amount | The amount to send | 100 |
currency | Which token to use (HIVE or HBD ) | HIVE or HBD |
memo | A memo or message to include with the transfer | Thanks%20for%20your%20order |
recurring | Optional: make it a recurring payment (true or false ) | true |
redirect | Optional: URL to redirect the user after they confirm payment | https://yourshop.com/thankyou |
Example Link could look like:
https://peakd.com/@username/transfer?to=louis.witness&amount=100¤cy=HIVE&memo=Thanks%20for%20your%20order&recurring=false
Thought`s? Ideas? Let's discuss! <3
Side-Note: Recurring would awesome work with Subscriptions for Services!
Comments