Integration and Testing

Authorize.Net API questions and help with your payment integration.

cancel
Showing results for 
Search instead for 
Did you mean: 

From this board

Anurag
Moderator

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

Anurag
Moderator

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...

Anurag
Moderator

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 .

RichardH
Administrator

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.

Need help - Accept Hosted implementation from Node.js/React Env

Hi, Need help with implementation of Accepte Hosted service from our env which is Node.js/React. We want the payment form hosted on auth.net because of compliance and data security reasons. I went thru github eg. but it was not very clear to me. If s...

jyan
Member

no response sent to iframe communicator

Hi,I am testing the Hosted Payment Page. The payment transaction is successful however there is no response sent to iframe communicator also it's happen when it's cancel.I saw there is response from https://test.authorize.net/Payment/Api.ashx but how...

Refunds not working with Authorize.Net C# interface

I learned today that none of our client's refund transactions are working. In the past we used the AIM interface and the Credit transaction. It seems once this interface was deprecated, the Credit transaction was the first method to be turned off. We...

Accept Hosted Page Confirmation Page Shows Bottom of Page

Hello Community, We are showing the Accept Hosted Page in a mobile browser (Android and iOS devices) and the confirmation page shows the bottom of the page, we want to show the "CONTINUE" button (top of page), so that the user does not need to scroll...

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 t...

RE: PARTIAL AUTHORIZATION - SPECIFIC USE CASE

Hi, We are having the following issue with partial authorizations: 1. A user pays with a credit card 2. The card has a limit of $500 for instance. 3. The order total is $600.4. Authorize.net charges the $500 and leaves the $100 as a remaining balance...

Better versioning practices of database scripts

We usually version our Scripts in source control every time a developer make any changes in the database we usually script the changes and create an SQl file and persist that in the source control. But this practice is kind of making us feel that we ...

cfhttp with JSON error message - invalid child element 'name'

I am using Accept.js. Attempting to POST createTransactionRequest. I keep getting the errror: The element 'merchantAuthentication' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has invalid child element 'name' in namespace 'AnetApi/xml/v1/sc...

In-Person SDK Windows

The in person windows SDK only shows a way to connect using a username and password. Can this be changed to an api login id and transaction id for in person transactions? merchantAuthentication = new merchantAuthenticationType() { name = //username, ...

lightwave365
Regular Contributor

"Non-proxy" from AuthNet SDK is spamming our logs!

Could someone please tell me why this is spaming our logs from the AuthorizeNet Java SDK? This is very bothersome for our customers. We use the AcceptHosted method and poll every 10 seconds for unsettled transactions. [2020-05-07 10:44:47,089] [ WARN...

getTransactionDetailsRequest by refId

Is this possible? If I include just refId, I get E00003, (in short) complaining that's there no transId. But if I include transId, what do I set it to? I have no transaction ID as the transaction was canceled. Tried setting it to 0, but then it says ...

Transaction Settings Solved Locked

I have a duplicate window setting defined for the transaction setting in an api, using c# and the authorizeNet SDK. Below is the relevant code."....//transaction setting Duplicate Checkvar transactionSettings = new settingType[] {new settingType{sett...

Data Integration Specialist Superbadge - Step 7

I'm getting an error message when triggering the SOAP call from the UI via record update:System.CalloutException: IO Exception: External server did not return any contentWhen I import the WSDL into SOAP UI and send the same package body, I receive th...

frodo
Member

accept.js add email field in hosted form

I'm currently using the old sim and looking to migrate to one of the newer processes. For accept.js using the hosted payment form example on authorize.net, there is no field for email. Is it possible to add email field on the hosted payment form? If ...

test account

I've been using test account and I've got succsessfull billing information over my registered email. But I am able to figure out where this amount 100.00 (USD) is coming from which I've not provided anywhere else. ========= ORDER INFORMATION ========...

Using VBA with HTTP requests - need coding help please!

I am coding in VBA with Access 97. Yes, that is my platform.Here is the code that I use to POST to another server. It works fine: With CreateObject("msxml2.xmlhttp").Open "POST", "https://sandbox.some_domain.com/api/v1/orders/", False.setRequestHeade...

Multiple Merchant Integration

I want to create one application in which i want to have total three role admin, merchant and customer, where merchant and custoemer can register them self to the system, I am using Autorize.net as payment gateway, I also gone thouth document but, I ...

Need Help Want TO Learn Python Language

Hello, friends, I want to learn python language but I'm confused because there are lots of teaching channel on youtube and there are also paid courses to so which should be better for me

kitfox
Member

Issue with Authorize for app payment - API Depreciated?

Total newb here, working with a mobile app designer in India. Trying desperately to get our mobile app finished. Multi-part question: 1. My mobile app designer says the payment API from authorize is depreciated and not supported and he won't use it w...

Browsers network tab is capturing all my secure data

Hi,I am using my own payment form using accept.js.I am able to do the payment from my own form using Accept.dispatch Data without any issue.Problem:When I click on pay button I'm calling Accept.dipatchData with my secure data. And it is making the fo...

PHP integration support

Hi! As I can see github contributors would like to optimize your library in PHP AuthorizeNet/sdk-php.But your developers have no reaction for 5 monthes. Are you going to support this integration? Contributors can help to improve your lib performance ...