Replies: 2 comments 1 reply
|
Hey @katopz, I understand this is not included in the docs. Have you attempted passing a transaction with memo field and seeing if it is accessible? I don't have a way to readily test right now but I believe we may already support the memo field. |
|
Confirming this is still broken as of September 2026, with on-chain evidence. Given a Solana Pay transfer request of the form Phantom mobile (deep link opened on iOS device): Solflare mobile, same URI format, same sender wallet, same recipient: The Solana Pay spec requires that when the |
Uh oh!
There was an error while loading. Please reload this page.
Refer to https://github.com/solana-labs/solana-pay/blob/master/SPEC.md#memo
But after I try it seem like
memois not support and there's no information about this on docs.It would be nice if we support
memoso we can know what this tx is reference to.IMHO: This is another show stopper for simple integration use case (just pay without sign-in) because redirect also not support
which mean the only way to do this is include plenty of lib for build the tx and force user to connect wallet and pay (2 steps) or use in-app webview (still needed to sign-in implementation) while we can use reference_id or redirect_url callback for payment (1 step).
Thanks
All reactions