Recorded Developer Webinars Pinned
Please find the links of our recorded developer Webinars Simplify PCI Compliance with Authorize.Net Accept Learn about Authorize.Net API Integration with OAuth 2.0 Creating Automated Workflows Using Authorize.Net Webhooks Thanks Anurag
API / Features documentation Pinned
Use the features you want to build the payment solution you need. You'll be up and running in minutes. Features : https://developer.authorize.net/api/ SDKS : https://github.com/AuthorizeNet API reference : https://developer.authorize.net/api/referenc...
Use Try It Tab for testing APIs on sandbox Pinned
You can test APIs from our Try it Tab in API reference on sandbox without signup https://developer.authorize.net/api/reference/index.html#payment-transactions-charge-a-credit-card Click on the Try it tab and click send .
Use Testing Guide for Specific Transaction Responses Pinned
Using the Testing Guide, developers can trigger specific transaction responses in the sandbox including approvals, declines, errors, as well as AVS and Card Code responses. If you have questions or comments, please use this thread.
Accept JS Errors?
I'm getting some strange errors in Sandbox this morning. I'm using Accept JS. I'm wondering if there are any known issues with the environment. I just started getting this error: E_WC_14:Accept.js encryption failed. About an hour ago, I was getting t...
Error when running composer update command
Hello, I'm trying to following the instructions to test the payment process here: https://developer.authorize.net/hello_world/ I created the composer.json file as the instructions state and placed the file on my web server in the same directory where...
ARB subscriptions expiring webhook event
Hello - I'm trying to figure something out regarding expiring subscirptions. It is my undersatnding that when a subscription expires or goes through its last ocurrance it supposed to send an event via the webhook. However we have several subscription...
Can I use my old SIM method login id/key in accept hosted implementation?
I have developed an Accept Hosted with an iframe implementation using a sandbox account that I created for dev purposes. Now it is time to start using our company's actual account that is currently working in the wild as a SIM implementation. In the ...
Testing Echecks Account Numbers Solved
For testing Echecks I read that certain account numbers return insufficient funds, Rejected. ie Account Number 856666 for rejected and 856668 for Insufficient Funds. I wanted to see if this held true?
Ensuring a E00040 response in CIM transactions caused by Account Updater deleting a profile
I have a situation I want to reliably test, where the account updater process removes a payment profile from CIM due to being unable to find new updated info and returns the E00040 response when using a (now) invalid token. I need to be able to trigg...
Can't fail
I can't get a credit card to fail. I pre-populate the billing address/info, but when I write over it on the payment form to enter a failing zip code, the new info is ignored. All new info is ignored - name, address, etc. The receipt page shows only t...
inperson-sdk-ios 3.0.5 background quickchip stopped working for me
I'm trying to upgrade to inperson-sdk-ios 3.0.5 (from 3.0.2). I dropped the framework over top the existing one in my project. And the call to readQuickChipCardDataWithPredeterminedAmount no longer calls it's progress update block, and swiping a card...
A duplicate customer payment profile already exists.
What is the difference between Create the profile and Create profile payments? Do i need to create a Customer first and then profile payment? If so, I am running into a small issue on Create the profile and create the profile payment. After i create ...
Accept.js answer with text OTS Service Error 'Field validation error.'
Hi!We get the above error with code E00117 time-by-time. We noticed that this error returns from Accept.js if our customer types wrong ZIP code, like "PO BOX 122382", "39595 Rockneby", "P.O. Box 8103", "76350-00508". This behaviour found on productio...
Payment Gateway Accounts, Device IDs, and Terminal IDs
In a different forum post it was stated that the same Payment Gateway account could be used for EMV transactions on multiple devices/terminals. I have a few follow up questions based on that: When you say a single Payment Gateway account does this me...
Check boxes not working when using acceptui.js
I sent this to the support team and they asked that I post it here:I have been fighting with another issue for several days. When I add to my page, my checkboxes quit working on iphone or did not work as expected. I have isolated it down to a simple...
URGENT - How do I test the EMV CHIP READER in sandbox environment?
I am working on integratring the - BBPOS CHIPPER™ 2X MAGSTRIPE AND EMV CHIP READER and need to be able to test the EMV Chipreader in the Sandbox environment - how do I do this please? This is an urgent request as I need to finish this project in the ...
Is there an API cache time?
I launched an app yesterday using the C# In-Person SDK. The app handles the emv charge and after it returns a succesful charge, I am using the authorize,net api to get the transaction details to return the first and last name and the last 4 digits of...
Accept Hosted - save card check box missing
We are integrating Accept Hosted to our website , everything works fine, however when the user comes in to the website for the first time and does not have any saved cards ( so no profileID) we are sending profileId as null to get the hosted page. in...
C# In Person SDK swipes
I have developed an app using the c# in-person SDK. The EMV chipper 2 reader is failing to read the chip on about 15% of the cards. I was planning on telling the client to swipe after they try the emv method and it fails, but swipping doesnt seem to ...
How to submit refund using customerProfileId and customerPaymentPaymentProfileId? Solved
Hello all! I'm trying to submit a refund using customerProfileId and customerPaymentProfileId per this documentation: You can also issue an unlinked refund for a customer profile transaction. In this case, the following rules apply:You must be enroll...
API request for eCheck restrictions
My eCheck account has limits set by underwriting for:* Largest Transaction Size* Monthly Sales Volume So... is there a method in the API for me to call values related to my underwriting restrictions? * Largest Transaction Size* Maximum Monthly Sales ...
Accept Customer Hosted Page - how to determine result? Locked
If we use getHostedProfilePageRequest to obtain a token for a customer to enter their payment information on an Accept Customer Hosted Form, and we are using a full page redirect to that hosted page, is there a way for us to determine whether the cus...
I_WC_01 overrides with E_WC_14
Line 221 in AcceptCore.js where it parses the response, it parses I_WC_01 for the first time correctly in the while loop, after the second and third pass in the while loop, something named "firsObject" which obviously breaks the try block and there i...
Accept Hosted was working, now I get 404 error from acceptMain.html Solved
Trying to implement the Accept Hosted solution for my site, everything seemed to be working just fine, but now I'm getting a 404 error from jstest.authorize.net/v3/acceptMain/acceptMain.html. I send a createTransactionRequest and get a successful res...
Verify WebHook Notifications example Solved
The documentation here https://developer.authorize.net/api/reference/features/webhooks.html#Verifying_the_Notification talks about the verification process for WebHook response. Is there and example available on how to implement this in Java?
Getting error "The request was aborted. Could not create SSL/TLS secure channel" Locked
Getting "The request was aborted. Could not create SSL/TLS secure channel" error all of a sudden. What has changed? Was working good before. I'm using the API to run transactions from a WinForms application. Thanks.
Problem passing credentials as a variable Accept.js Solved
HTML: Pay On load, a js file updates the button attributes based on the results of a method (orgCred) inserting credentials for the current client as needed. The apiLoginID, clientKey and acceptUIFormHeaderTxt are all updated based on the curren...
payButton attributes not being passed intermittently
HTML - the action should say javascript:handlePayment() Pay On load, a js file updates the button attributes based on the results of a method (orgCred) inserting credentials for the current client as needed. The apiLoginID, clientKey and acceptU...
where can i see my posted issues here ?
where can i see my posted issues here ?
Parse error in ArrayCollectionHandler.php, DateHandler.php, XmlDeserializationVisitor.php and more
I am getting Parse error syntax error, unexpected '[' in DateHandler.php on line 28 in DateHandler.php and other errors in ArrayCollectionHandler.php, XmlDeserializationVisitor.php and many more php pages see the below screenshots for your informatio...
Order Summary not displaying
I am working on integrating Accept Hosted into ASP.net and I am having difficulties getting the Order Summary to show up on the top of the payment form. The only things that are displayed are the Payment Method and Pay/Cancel buttons. I have populate...
Accepting Canadian Cards in US Solved Locked
Hello, My company is located in the US, and as of yet we have only used authorize.net to accept US cards for payment. We have a need to accept Canadian credit cards at this point however, and searching through documentation has left me a little uncer...
What values map to receipt fields?
Hi there, We have been using Authorize.net for a while now and populating only the most necessary fields in our API calls (to avoid confusion we are using this API: https://developer.authorize.net/api/reference/).We are now trying to add a bit more d...