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.

TroyW
Contributor

OAuth token expiration ... not as described!

I'm adding OAuth support to my application, and I'm finding: access_token: expiration of 8 hours refresh_token: expiration of 8 hours But, according to the documentation: access_token: expiration of 10 minutes refresh_token: expiration of 1 year Is t...

PRODUCTION getting E00045 on all Charges to existing token??

Since about midnight last night we get this for all out customers in production.Does anyone know what may have changed? We do not see anything changing on our end in that timeframe. E00045: The root node does not reference a valid XML namespace. E000...

raviparmarce88
Regular Contributor

Duplicate Transaction error

I have used accept hosted payment form with iFrame integration. We are doing some regression testing with sandbox account with live mode. I have entered credit card information in iFrame but 'accidentally' put in the wrong card code, i got the error ...

Return URL timing out

we have been running Authorize.net now for about 8 years with not one problem. 2 weeks ago after a customer was sent to Auth for CC and payment was complete, during the process of sending them back to our site Auth will time out and fail. completing ...

Browser Compatibility Issues

We are having issues using the Authorize.net payment UI to submit credit card payments. We are using APIs on HTML/Javascript to access the authorizenet acceptUI. On a couple of our Windows 10 machines, the UI is only working on Microsoft Edge. Any id...

ARB - Error Generating XML Document

I'm trying to set up ARB for the first time and am receiving the following error: "System.InvalidOperationException: There was an error generating the XML document. ---> System.InvalidOperationException: The type System.String may not be used in this...

Setting Up Annual ARB Solved

Hello, I apologize for the potentially stupid question, but how do I set up annual payments with ARB? All of the documentation I can find only references monthly payments. Also when I am setting up the following paymentScheduleTypeInterval interval =...

mtarantooms01
Contributor

Fully Hosted modal - Country Drop Down

Hi Guys, Im usingin the fully hosted solution for our client to process payments. The users that going to use the application are all from the US. I need to request them the hostedPaymentBillingAddressOptions and Im sending the setting when Im gettin...

getTransactionListRequest api not fetching all transaction

Hi Team, I am trying to fetch all the transaction under the batch { "getTransactionListRequest": { "merchantAuthentication": { "name": “xxxxxx”, "transactionKey": “xxxxxxx” }, "batchId" : “10000”, "sorting": { "orderBy": "submitTimeUTC", "orderDescen...

Magento 2 Auth.net API request has no response

Hello - we are seeing seemingly random drops in responses from Auth.net. With the debug log on, we saw a customer place 2 orders, the first has no response, and the 2nd, placed half an hour later, went through fine. There is no record of Auth.net eve...

Accept Hosted iFrame Communicator not always embedded

I am attempting to use Accept Hosted with an iframe. I have noticed that in Edge and Firefox my iframe Communicator page is not embedded within the hosted form. By digging into the inspector, I can see the hosted form embedded into my iframe, but the...

Authorize.net Production Network Not Configured Properly

!!! WARNING: DO NOT IGNORE THIS !!!On 9/12/2018, you will be expiring 3 old IP address in favor of 6 new IP addresses:https://support.authorize.net/s/article/Authorize-Net-Domains-and-IP-AddressesIn order to test my firewall configuration, I can visi...

ccsinb
Member

Is sftp a valid connection scheme

We have a software package for the footwear industry that runs on IBM systems running AIX. When a credit card purchase is made, we send the information to a PC that will use sftp to send out the credit card request for authorization. The PC will then...

ccsinb
Member

Is sftp a possible connection

We have a software package for the footwear industry that runs on IBM systems running AIX. When a credit card purchase is made, we send the information to a PC that will use sftp to send out the credit card request for authorization. The PC will then...

Create Customer Payment Profile/Subscription with Accept Hosted Solved

I'm sorry if this is a duplicate - I commented on a thread and then realized it might not be viewed. I'm trying to create a subscription using the hosted form. I followed the steps on another thread (create a customer profile from the intial transact...

ashish1871
Contributor

Custom Amounts on Accept Hosted forms

I am using Accept Hosted form using Re-Direct method.Is there a way to display custom amounts on the form?I wanted to display "Sub-Total", "Transaction Fee", "Tax" and then "Total".Currently I am only able to display "Tax" and "Total" information fro...

Opaque Data always returns same dataValue in Test environment

is this by design? i always get the same dataValue returned no matter what card details i enter - and then when i try to process a transactionRequest using it i get E00114 - Invalid OTS Token tried initially using the following request via the "Try I...

coppercup
Regular Contributor

Accept Hosted > Safari auto-fill bug > Value truncated on submission

I have discovered a bug in the Accept Hosted payment form related to Safari browser auto-fill. When the user selects a browser-suggested auto-fill value on a billing input in the form, the auto-fill value visually appears in its entirety in the input...

Obtaining card information after creating payment profile

After creating payment profile, I'm interested in obtaining masked card number and card's brand(like VISA). I know I can obtain this information from validationDirectResponse filed in response. But, this is a string and need to be parsed. Is there an...

Sharing a Credit Card across multiple merchant accounts? Solved

Our business sells products from multiple suppliers. Each of these suppliers will have their own merchant account, and submitting an order will then create multiple payments, one for each supplier. We'd like a shopper to only have to save their credi...