-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Labels
Description
Steps to reproduce:
- Run sample for GetAnAcceptPaymentPage
- Redirect to payment page via the code below
<form action="https://test.authorize.net/payment/payment" method="post">
<input type="text" name="token" value="token value here" />
<hr />
<button type="submit">Pay</button>
</form>
- Fill out form with test credit card information
Credit Card #: 4111111111111111
Credit Card Exp: 11/21
Credit Card Code: 907
Upon clicking pay you get an error "Unexpected error. Please try again."
I have tried several different ways to generate the token as well as several different types of credit card numbers (all test numbers) and amounts, etc. I cannot get a working sample to go through.
I even tried to do this in a production environment and had the same result. Can someone please let me know what exactly this error is?
You can duplicate the error using the sample codes api login or with any generated one from the sandbox.
unionthugface and khushbu-maurya