-
I feel the code is buggy and hasn't been tested, it throws error in fetching the user, so both samples fail miserably for me. The fetch returns 404 not found. Anyone has had any luck with ExtPay?
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 10 replies
-
Hello friend! Can you please provide steps and code to reproduce the issue you are getting? ExtPay is working great for hundreds of developers in production so it may just be an issue with your particular code. Or maybe you found a bug! I also suggest you uninstall the extension in your browser and reinstall it. Sometimes a 404 can happen if you change your extension's ExtPay id (since there's a mismatch between the extension user's API key and the extension it's used for). |
Beta Was this translation helpful? Give feedback.
-
That actually worked! I'm not sure why the first time I changed the ID and loaded folder unpack it didn't work. Thank you for your reply. I'm happy to see it working, thanks again! |
Beta Was this translation helpful? Give feedback.
-
I had a chance to try it out and must say it works great. One thing I found that if a trial user has already started out, once extension is removed and re-installed it wont recognize the trial user and the login doesn't recognize trial user either, as only paid users can login. Is there a way to have an active trial user continue his trial after re-installing the extension? extpay.onTrialStarted.addListener call back didn't work for me, is this event triggered after user clicks on confirmation email from setting up their trial? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Thank you! Would PaidAt show the most recent date of payment in "reoccurring subscription model"? How can I delete an extension ID? It lets me edit one but i dont see delete |
Beta Was this translation helpful? Give feedback.
-
It would show the first date of payment. There's no way to delete extension IDs, just rename it something like (old). |
Beta Was this translation helpful? Give feedback.
Hello friend! Can you please provide steps and code to reproduce the issue you are getting? ExtPay is working great for hundreds of developers in production so it may just be an issue with your particular code. Or maybe you found a bug!
I also suggest you uninstall the extension in your browser and reinstall it. Sometimes a 404 can happen if you change your extension's ExtPay id (since there's a mismatch between the extension user's API key and the extension it's used for).