We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there,
I just would like to note that the currently described way of integrating is actually not in line with the best practices as advised by mollie.
"In particular, do not pass the amount from the app to your script (Backend server) but use your own business rules in the script to prevent users of your app from messing with your payments. Remember that the app is installed on a device outside of your control and thus untrusted." Source: https://docs.mollie.com/mobile-apps/getting-started-payments#step-1-create-a-payment-creation-script-on-your-server
Usually the above is accomplished by session management, including a cart which is stored serverside.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there,
I just would like to note that the currently described way of integrating is actually not in line with the best practices as advised by mollie.
"In particular, do not pass the amount from the app to your script (Backend server) but use your own business rules in the script to prevent users of your app from messing with your payments. Remember that the app is installed on a device outside of your control and thus untrusted."
Source: https://docs.mollie.com/mobile-apps/getting-started-payments#step-1-create-a-payment-creation-script-on-your-server
Usually the above is accomplished by session management, including a cart which is stored serverside.
The text was updated successfully, but these errors were encountered: