- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Authorize net hosted payment form integration in javascript
im trying to integrate hosted payment form in jsp with javascript to generate token using struts. to open payment form using the redirect method. payment page opened and payment made successfully. but after payment want to do call action to update the application data after update redirect into my custom confirmation page that will print the user and transaction details. when i use the hostedPaymentSettings url to pass action url "https://s2.aithent.com/paymentResponseSave.alice" getting request data as null. please suggest how i can call some action and open my custom confirmation page instead of default receipt page.
<form method="post" action="https://test.authorize.net/payment/payment" id="formAuthorizeNetTestPage" name="formAuthorizeNetTestPage">
<input type="hidden" id="redirectToken" name="token" value="" />
</form>
token request:
04-08-2025 11:25 PM

