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.

svora
Contributor

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

Emp7BR
Member

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

ashish1871
Contributor

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?

scoeat
Member

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

scoeat
Member

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

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

fivable
Contributor

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

fivable
Contributor

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

Render Problems with Accept Customer Hosted Form

Our integration with the Accept Customer Hosted Form experienced problems today which were customer-impacting. The code surrounding our integration was unchanging and in a stable state when this issue began and leads us to believe changes might have ...

dbr11
Contributor

Sandbox Accept Hosted working? Solved

I'm in the middle of testing, and suddenly I'm getting an almost empty payment page - just has the start of the two pay/cancel buttons with nothing else. I thought that I had put everything back to my 'working well' state, but things aren't working. ...

Data at the root level is invalid.

reading https://developer.authorize.net/api/reference/#authentication and I'm trying to move from your old API to this one.I'm trying to post to the API. I'm using coldfusion so there are no examples. I'm getting ---- Data at the root level is invali...

sdarko
Member

Selenium Automation Tool in SandBox/Testing Environment

Hello, I want to use Selenium (Ruby and Watir) to create a testing script using the sandbox UI to create payment methods. Is there a way to automate the page?As well as Understanding the Sandbox UI from a testing prospective. I have taken a look at t...

nb1
Member

I cannot see the transcation report.

Hello, I cannot see the transcation report from month of June in sandbox(test mode). I also verified it again by changing the mode to 'Live' but it did not show any transcations for the month of June and July. Thanks,

hide the order summary in the hosted payment form

Hello, How can I hide the order summary in the hosted payment form? I am using angular 5 and nodeJS. I get the form token from the AcceptJS API. I do not want to display the invoice number and total. Here is how my form looks like: Continue

Urgent !!! Suddenly Hosted Payment form behaving weird

Urgent !!! Suddenly Hosted Payment form behaving weirdHi Team,We are using authorize.net hosted payment form since long ago and it was working fine in both sandbox and production . Today in sandbox account we observed hosted payment form suddenly sta...

Subscription based process with a twist

I have a subscription based business model with a twist. A client will subscribe to my service and pay a set dollar amount every month to be part of the society. No problem, pretty standard stuff. When the client logs into his/her personal page, he c...

Integrate into shopping cart; Composer can't be used

I have a working custom shopping cart that currently uses another credit card processor. I would like to switch to authorize.net, but I cannot use the Composer program to install the PHP library (I'm on a shared server and there are insurmountable pe...

Integrate into shopping cart; Composer can't be used

I have a working custom shopping cart that currently uses another credit card processor. I would like to switch to authorize.net, but I cannot use the Composer program to install the PHP library (I'm on a shared server and there are insurmountable pe...

Python - Can't create customer profile data

Hi,I'm trying to find examples of how to do this, which I think should be VERY simple to do but I am struggling. All I want to do is set the customer name to whatever they put as the account holder name in my form. In my reports there is a "customer"...

Mandatory CVV (Visa requirement) and use of customer profiles Solved

Hello, I would like to have more information about how Visa's requirement to pass the CVV for each transaction will be implemented with customer profiles. Could customer profiles be created without providing the CVV?If yes, if we have existing custom...

CCV verification without zip in live mode

Hi,Hopefully this is not a duplicated question - I have been unable to find the answer by searching the doc and forum. We are trying to test Credit card verification for createCustomerProfileRequest using Live mode against the sandbox. Since the test...

sureshrb3
Contributor

invoking createsubscription using profile

Hi, I am invoking pay api followed by createsubscription using profile api (using java SDK from my workflow). I'll be creating profile while invoking pay api and then i'll send those profile data to invoke createsubscription api. both these invocatio...

Need help in testing webhooks in sandbox

I've enrolled for all 21 events in my webhook and setup an endpoint to receive it. I created an endpoint using ngrok for forwarding to localhost. But, I'm not getting any response or notification even when event happens in my account. Can anybody ple...