Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
error E00001 when submitting
Hi, I am receiving error E00001 when I call getHostedPaymentPageRequest method. I was reffering to this guide https://github.com/AuthorizeNet/accept-sample-app/blob/master/README-AcceptHosted.md when making it.
And this is my html+php form I created to send data to https://test.authorize.net/payment/payment
<form id="send_hptoken" action="https://test.authorize.net/payment/payment" method="post"> <input type="hidden" name="token" value="<?php echo $response->getToken(); ?>" /> <input type="submit" /> </form>
Any help would be greatly appreciated.
Rufus
This application provides examples of how to use the Authorize.Net Accept products to integrate secure payment acceptance into your applications. - accept-sample-app/README-AcceptHosted.md at master · AuthorizeNet/accept-sample-app
05-13-2020 07:24 PM - edited 05-13-2020 07:25 PM
0 REPLIES 0

