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.

Christophe
Contributor

Transaction settlement is repeated

Today, the system resubmitted a transaction from a few weeks ago (Sept 22) for settlement. The transaction had been settled properly on Sept 22. Why is it submitted again several weeks later ? As a result of this redundant settlement, will the custom...

monki
Contributor

Accept Customer Hosted "edit payment" Form

Using the API method getHostedProfilePageRequest to load hosted forms for managing CIM profiles. On the hosted form for editing a payment profile, the CVV field is not editable unless the parameter "hostedProfileCardCodeRequired" is set to true on th...

pcave
Member

Create CIM profile from Apple Pay Transaction

According to documentation, createCustomerProfileFromTransactionRequest cannot be used to create a CIM profile from an Apple Pay transaction. Is there another way to handle CIM payment profile creation, or is it simply not possible to tokenize Apple ...

Missing Customer info from fresh api submitted data ARB ?

hello All, i have a encountered a weird issue yesterday, we are using a live authorize portal to do ARB recurring submission using our agents. we use both authorize portal and our api enabled portal to do this, so my agent submitted the info on 4.51 ...

ali
Member

how to create finger print for apple pay

I want to integrate apple pay in iOS app using authorize.net I did create MD5 hash in merchant account and gave that value in app but it show error in app that finger print is not valid.

Transaction ID = 0 when capturing

We are getting "0" back as Transaction ID when we are capturing c.c. in the sandbox. This was not the case a few days ago before the recent sandbox outage (within last 24 hours--just came back online today). Are we doing something wrong? Anything we ...

is there an outage?

We've been trying to capture some authorizations today, and we're getting this error: E00104 - Server in maintenance - Oct-13-2016 12:03PM Can somebody tell me what's going on? Thanks

hhalim
Member

AIM 103: This transaction cannot be accept (Not transaction key issues) Solved

Hi, Currently im working onto AIM method. I tried to pass on only the required onto their test environment with live mode (https://test.authorize.net/gateway/transact.dll). Keep having this error eventhough everything is accordingly. These are my mer...

blackbeltdev
Contributor

Sandbox Accept.js seems to be down

I'm getting a 550 error in the Chrome network monitor. It was working earlier today. XMLHttpRequest cannot load https://apitest.authorize.net/xml/v1/request.api. Response to preflight request doesn't pass access control check: No 'Access-Control-Allo...

Does Not Work when deployed

I am using the sample code provided at LINK.When I run using the IDE I get the results without any issue. But when I deployed to my test web server I get this error: Server Error in '/AnetTest' Application.Received an unexpected EOF or 0 bytes from t...

PHP API integration displays an ERROR CODE 500

Hi,I am new to Authorize.net and I am stuck with using the API to authorize a card.The documentation provided is vague. It ask to use the sample php code and that's it.Can some one please explain the directory structure. For now, I have added the aut...

Silent Post URL

Hi, I am facing issue on invoking my silent post url after payment through creditcard. I have a secured post URL that i can invoke from internet using POSTman. But i am not getting any response to my server after mayment. Is there any issue in callin...

Batch are not getting Settled in Sandbox Account

I have run through charges in the sandbox account for the last week (10/5 through 10/8) and no transactions are settled. I see this in various discussions in the last few years, but nothing recent. Is this something I am doing wrong or is this a sand...

hhalim
Member

Accept.js function issues? Solved

Hi, Currently i'm trying to intregrate Accept.js into my website. It seems i have it all set up correctly and its just that i'm having an issue with the AcceptCore.js issues.(TypeError: window[b] is not a function) Hence i am unable to run the respon...

Decrypting Error 360

Hi,I'm planning to integrate the sdk to my app, but keep getting a 360 error when attempting emv transactions. I can enter a payment fine with manually created requests, but the same card fails when swiped (I'm testing this with the sample app from A...

echeck dpm api field values

how to send the values for api fields(listed below) in dpm method for echeck x_relay_alwaysx_relay_urlx_relay_responsex_typex_fp_hashx_fp_sequencex_fp_timestamppls help i am new to all this

Devin
Contributor

Multiple transactions in the same createTransactionRequest

Is it possible to have multiple transactions within the same createTransactionRequest? For example some of our customer's shipments may be for multiple orders to different customers. Instead of having to run a transaction for each different profile w...

Test credit card running in production

We just switched to our clients production account and ran a test credit card to see if the transaction would go through. The transaction did go through and we got a transaction id back from authorize.net. If it was in test mode, it would return a ze...

Integrating Existing Merchant Accounts

I've successfully implemented the onboarding flow for signing up new users through my reseller account when the user does not already have an account with Authorize.net. However, we have a few clients that already have an account with Authorize.net a...

Devin
Contributor

Authorize Payment Profile Amount Solved

I see that you can authorize a Credit Card for a certain amount but I only see that you can validate a customer profile by charging $0.01 or mathematical. Is there a way to send over a payment profile and an amount and authorize it for that amount to...

Transactions that fail AVS still have ResponseCode OK

Hello, If we setup AVS rules, the transcations done via the API still come with resultCode = OK, but the other transaction fields have the correct values: transactionResponse.avsResultCode and transactionResponse.acvvResultCode And so, the developer ...

dnsBuffaloNY
Contributor

Accept.JS and ACH?

I got the Accept.Js working and it looks good (other than that annoying XmlHttpRequest 'No-Access-Control-Allow-Orgin' error) It's cool because I can plug the returned nonce/token directly into the c# SDK and it works perfect simply by changing this ...