Replies: 1 comment 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. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Refer to https://github.com/solana-labs/solana-pay/blob/master/SPEC.md#memo
But after I try it seem like
memo
is not support and there's no information about this on docs.It would be nice if we support
memo
so 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
Beta Was this translation helpful? Give feedback.
All reactions