I want to integrate authorize.net SIM into my asp.net website. Is there any way I can have a text box for amount in the payment page. My client wants the user to enter the amount.
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.
To do this you need to have the page load with the textbox capturing the amount needed for payment. Then you need to create a form with all of the variables required by the SIM API and use JavaScript to submit the form.