I am new to making a payment gate way and require restricting purchases between a predefined minimum and maximum. I searched Google, finding this as the most useful result. Is there a way to accomplish this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can set the maximum with
MAXAMT– read moreHowever there is no option to set the minimum with Paypal. But you can write a simple JS that checks on submit the form field value and throws an error if the amount is less than expected: