You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The solution is opensource and can be self-hosted by any vendor / merchant.
Use cases
Point-of-sale / Kiosk: generate QRcode with all relevant data - user scans with wallet and approves payment substrate://<address>:<genesisHash>:amount=1&reference=ref123
The POS module can watch the address for any payment with reference, and mark the payment as complete.
Webshop: Send a link to user to request payment https://pay.metaspan.io/paymentRequest/<address>:<genesisHash>?amount=1&reference=ref123 (to be implemented shortly ;)
The browser will display a QRcode for wallet to scan
Also, if available, will connect to polkadot.js (in the browser)
An optional callback will notify the webshop that payment is done / error.
We are implementing "Pay with Polkadot" Point-of-Sale feature here:
https://github.com/metaspan/metapay
The solution is opensource and can be self-hosted by any vendor / merchant.
Use cases
Point-of-sale / Kiosk: generate QRcode with all relevant data - user scans with wallet and approves payment
substrate://<address>:<genesisHash>:amount=1&reference=ref123
The POS module can watch the
address
for any payment withreference
, and mark the payment as complete.Webshop: Send a link to user to request payment
https://pay.metaspan.io/paymentRequest/<address>:<genesisHash>?amount=1&reference=ref123
(to be implemented shortly ;)The browser will display a QRcode for wallet to scan
Also, if available, will connect to
polkadot.js
(in the browser)An optional callback will notify the webshop that payment is done / error.
Broadly, it will embrace similar work already done at Solana Pay
https://github.com/solana-labs/solana-pay/blob/master/SPEC.md
Fearless Wallet should support additional fields via URL encoding in the comment
Current support - a QR code with:
substrate:<walletid>:<genesisHash>[:<comment>]
- is supportedWe need support for:
substrate:[//]<walletid>:<genesisHash>:[?]<url-encoded-fields>
Options for detecting additional fields
Example handler:
The text was updated successfully, but these errors were encountered: