How to create payment flow with crypto support and private form responses without login or email? Answered
Hi guys, a client of mine wants to build the following and I was wondering if Memberstack would work for it
- A user makes a payment (one of the options should be CRYPTO)
- After payment, they fill out a multi-step form
- In 48 hours or so, they get their response, but it must be without the user logging in or being sent an email (must remain anonymous for privacy reasons). A plus would be them being able to access the response whenever they want, after receiving it the first time and without the login or email
- In the backend, we have to be able to store the user's response, payment confirmation, and payment receipt without knowing who the user is based on that information
Also, if not Memberstack, what would be a good solution?
Any advice would be greatly appreciated!
Comments
2 comments
Hi Abel,
Memberstack's native payment platform is Stripe. So the way they request payments is usually via card or some other platforms depending on some countries availability. I don't think crypto is available as a payment option using Memberstack. Stripe is very strict about regulations, so I don't think that would be an option using the native payment platform. Also Memberstack requires the user to be logged-in in order to make a payment.
However, you could create your own integration using whenever payment platform of your choice that would process the payment, you will store the payment confirmation in the platform of your choice and later you can register the user after payment (immediately or you could set up a timeout after 48h to generate the account). You could create those automations using Zapier or Make.
You can also handle payments manually, receiving crypto payments on your wallet, and later manually create the user and send them an email with their information to reset their passowrds or the url so they can sign up.
Hey Raquel, thank you so much for this. I'll look more into other payment systems
Please sign in to leave a comment.