- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
'There was a technical issue processing your request' Error from Authorize.Net Accept Hosted
Hi, i am trying to use Authorize.Net Accept Hosted to allow users to enter card information in Authorize.Net environment. By using API method getHostedPaymentPageRequest i am able to get token properly, but while trying to post my form to 'https://test.authorize.net/payment/payment'(With token) displaying error message "There was a technical issue processing your request". Please suggest.
โ04-11-2018 06:01 AM - edited โ04-11-2018 06:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @kumarimoka
Have you seen our Sample App for Accept Hosted ?
https://github.com/AuthorizeNet/accept-sample-app
Hope it helps !!!
Send feedback at developer_feedback@authorize.net
โ04-12-2018 09:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello ,
This Error is most frequetly seen when you send a <getHostedPaymentPageRequest> without <hostedPaymentSettings>. Please double check you have at least one setting in your request.
Reference pages:
https://developer.authorize.net/api/reference/#payment-transactions-get-an-accept-payment-page
https://developer.authorize.net/api/reference/features/accept_hosted.html#Overview
Hope this helps!
Thanks,
Angie
โ04-13-2018 05:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you, after adding hostedPaymentSettings in request i am able to redirect to Authorize.net hosted page.
โ04-16-2018 09:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi is there any sample application in asp.net?
โ04-16-2018 09:10 PM

