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.

Thivya
Member

API requires clientID after refreshing wsdl web reference

Need help Please!! Once after refresh wsdl web reference, each api service expecting paramater clientID, So that I tested using sandbox account(Web Reference: https://apitest.authorize.net/soap/v1/Service.asmx?wsdl), for that i send clientID paramete...

transactionRequest has invalid child profile

I've been trying for hours and cannot figure out the problem. I get the errorThe element 'transactionRequest' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has invalid child element 'profile' The api documentation shows profile as one tier u...

simeyla
Contributor

Re: Account Updater

@RichardH Can we please get some documentation! I have a tonne of questions: First of all, I use CIM and no ARB. I process 'subscription' payments via customer payment profiles manually using my own scheduler about every 2 months. You say to check th...

Devin
Contributor

Accept.js Expiration Month Issue

I'm trying to use accept js to get a payment nonce back for a card but no matter what I pass in for the expiration month I am gettin the error "Please provide valid expiration month". I have tried strings: "08""12" And integers: 812 But no matter wha...

How to generate opaqueData using .NET SDK?

I use Accept.JS for the frontend, and my backend (.NET web service) has a method, which gets opaqueData from UI. I want to write unit tests for this method, however I cannot find any way to generate this data using your .NET SDK library. Is it possib...

Error connecting to AuthorizeNet

While payment transcation i am getting this response Please find the response below Array( [status] => 0 [errmsg] => Error connecting to AuthorizeNet [responseCodes] => AuthorizeNetAIM_Response Object ( [_response_array:AuthorizeNetAIM_Response:priva...

Missing or Invalid token

Hello Everyone, I'm currently seeing the "Missing or Invalid Token" when trying to display host form in my iFrame. I've read other posts in this forum regarding the same issue and I've applied the suggestions however, I'm not having any luck. Here ar...

Setting up ARB with a Volusion store

I am interested in finding someone to help me set up Authorize.net ARB to work with my Volusion store. Volusion has a built in Recurring billing option, but it does not allow for flexibility, such as weekly....which is what we need for my customers. ...

Issue in iOS SDK for Objective C project

I have added the mobile sdk for my objective c project but whenever trying to call getTokenWithRequest i got SIGABRT. Error messages added below. dyld: lazy symbol binding failed: Symbol not found: __TTSfq4n_s___TFVSS13CharacterView38_measureExtended...

authorize.net iOS app link

Does anyone know if the authorize.net app that is in the app store here, https://itunes.apple.com/us/app/authorize-net/id453104966?mt=8, has a custom URL schema defined to link into the app from either web or other apps? Trying to link a mobile enhan...

Email is required [33]

I am trying to intergrate with ebay but I get the error code 33, email is required. The problem is, email is not selected as a requirement on my payment form. Am I missing something? I have tried disabling all security features and still get the same...

tzs
Member

payment API reference documentation errors

There are a couple of documentation errors on the API reference page at http://developer.authorize.net/api/reference/index.html In the documentation for Void (the one about 2/3 down on the page, for use on transactions that have not been captured yet...

skyhijoseph1
Contributor

Subscriptions w/ Accept Hosted

I'm trying to set up recurring billing using the Accept Hosted feature to collect the user's cc info and billing address. From my understanding, it's not actually possible to use Accept Hosted to create a subscription. So, what I'm planning on doing ...

Possible not to use the SDK?

I have been working on migration over the last couple months since A.N eliminated the previous methods at the end of May 2017. I never used the SDK because of the complexity. The number of lines in my previous code to process credit cards is less tha...

3DS service for CIM

Hi I have been looking for a way to activate 3DS on the CIM API. I came accorss this post in the forum. It says that it can be done, but you need to have a seperate service to do the 3DS verification (authorize.net does not). In my previous experienc...

Accept.js calls stored as transaction before nonce is used?

Does anyone know if doing a call to Accept.js results in a transaction showing in virtual terminal EVEN IF the nonce isn't yet used to process a charge? We've done an integration using accept.js to submit card / transaction to authnet...it appears to...

PayPal Express Process - Token

Is there an API function that I can call that will receive the token that's appended to the response.transactionResponse.secureAcceptance.SecureAcceptanceUrl for the function paypal_authorization_and_capture()? I'm currently having to reference a coo...

CC Data, PHP & PRG, and PCI Compliance

Hi, I need some sanity checks on this, using the PHP API. My current test setup is:- On the checkout page, CC info (number, expiration, CCV) is filled in on a form, then POSTed back using Post-Redirect-Get.- The CC info is processed through the authO...

dcoho
Member

getPaymentProfiles() in PHP SDK not returning defaultPaymentProfile

GetDefaultPaymentProfile() returns NULL when called on payment profiles returned by a call to customerProfile->getPaymentProfiles(). It should return 1 or 0 (true/false). The script attached at the bottom of this post reproduces the problem. Copy it ...

krobson
Contributor

Android InPerson SDK Timeout and Confirm Popup formatting

Our mobile Checkout App for Android Tablet is basically working. Two issues: 1. if you don't insert the card within about 5 seconds of when it asks you to, you get a Timeout error. Is there any way to increase the time allowed? customers sometimes fu...

bryanb
Member

Self-signed certificates for Accept Hosted and the IFrameCommunicator

I've got a bit of a follow-up question to this thread on "Is SSL required for localhost development and testing". It seems, for Accept.js, that a self-signed certificate on localhost is acceptable for development and testing. With respect to the Acce...