- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
"E00027:The transaction was unsuccessful" multiple authOnly transactions back to back with same data
I'm getting the following error when I try to do an authOnly transaction in the SandBox:
"E00027:The transaction was unsuccessful."
My workflow is:
- Test if a card is valid
- If valid, present "Receipt" page
- User authorizes from the "Receipt" page
- Card is tested if valid again
- Card is charged
I'm finding that step 4. returns that error message. If I wait a minute or two and retry, the transaction succeeds.
Am I doing something wrong? I haven't tested this in Production yet.
Thanks!
โ09-22-2016 09:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @joe_coolish
If you check the full error response text, it should probably indicate that a duplicate transaction was submitted. You can learn more about duplicate transactions
at https://developer.authorize.net/api/reference/responseCodes.html?code=11
Richard
โ09-23-2016 06:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ09-23-2016 08:25 PM

