在授权金额文本框。网络模拟方法

时间:2021-03-11 19:18:10

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.

我想把authorize.net SIM卡集成到我的asp.net网站中。我可以在付款页面上有一个金额的文本框吗?我的客户希望用户输入金额。

1 个解决方案

#1


1  

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.

要做到这一点,需要在页面加载时使用文本框捕获支付所需的金额。然后需要创建一个包含SIM API所需的所有变量的表单,并使用JavaScript提交表单。

#1


1  

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.

要做到这一点,需要在页面加载时使用文本框捕获支付所需的金额。然后需要创建一个包含SIM API所需的所有变量的表单,并使用JavaScript提交表单。