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.

aland
Member

CreateCustomer CIM API issues (production)

We have an intermittent issue that started on/around June 15, 2018. We are using the Authorize.NET provided .NET SDK (admittedly not the most current version and we made some very slight modifications to allow some select exceptions to be thrown out ...

Production card-present refund error

Hi, please help me with my issue.I'm trying to make a refund of Card Present transaction using JSON API,but I have error back "The transaction was unsuccessful. Transactions of this market type cannot be processed on this system."The problem is only ...

Integrating Authorize.net in Android App

I am working on an android application in which i want to integrate authorize.net as payment solution. The issue i am facing is that your support and tutorials are for Android Pay which is shifted to Google Pay. now when i am trying to get token for ...

glyoder
Contributor

Sandbox rejecting nonces for the last 16+ hours: Invalid OTS Token

For the last 18 hours or so, when we try to use a nonce generated in our sandbox environment, we keep getting an invalid OTS token. We haven't changed anything about how we generate or use nonces in our testing environment. This has been happening on...

AcceptUI.js dialog not showing on some computers

Hi As a user of the AcceptUI.js solution, we have a few final customers complaining about the authorize.net script not properly showing the Payment details dialog. Most of our users are using it on computers and tablets for months without any issue. ...

Is there any GitHub Project using Angular 5/6 using Accept?

I'm working on new website using Angular 6 and we need to include a payment webpage using Authorize.net. Is there an example on how to do this using "Accept Hosted" or "Accept.js"? Or is there a better way to integrate Authorize.net into our new webs...

ashu8uec
Contributor

Re: Are there ever multiple error messages in API responses?

1. There are very few cases when multiple messages are passed in the API response. I am not sure if those cases would come under the APIs used by Accept hosted. Ususally, there is only error message code. And usually, you would want to resolve that e...

Error 35 in Sandbox Enviornment Solved

Transactions have been working fine in my test enviornment up until today. Now I keep recieving this error:Transaction Failed Error Code : 35 Error Message : An error occurred during processing. Call Merchant Service Provider. I am not in production....

CIM profile created with wrong credit card detail Solved

We are integrating CIM profile payment option at one of our client website. We chekced that somehow a customer checked out with wrong card details. Card number is correct but cvv number and expiry date is wrong. Still he can checkout with wrong card ...

createTransactionRequest using track1 returns null

I am using the "Authorize.Net .NET SDK" to make a card present transaction, that was working just fine before the TLS 1.2 change, then it start giving a TLS connection error so I added the following code to fix it:ServicePointManager.SecurityProtocol...

Failed update customerpaymentprofile with echeck

I'm attempting to update a CustomerPaymentProfile with validationMode = liveMode. It fails because echeck doesn't seem to support this. Is there any way for me to check if liveMode is supported before attempting an update with validationMode = liveMo...

anowogrodzki
Contributor

PayPal get details transaction returns errors.

Pay pal get details transaction requires us to pass transactionId in order to recieved user informations that transaction belongs to, like email, payee id, shipping inforamtion. I am testing in sandbox, and for some reason getDetails sometimes return...

Delete Customer Payment Profile Request Not Working

Hi We are having a problem where the Delete Customer Payment PRofile Request is failing in the Production Region . THis is the Sequence of Workflow/API CALLS . We need to know why the Step 6 is failing . THis is affecting a number of merchant account...

includeTransactions not known to ARBGetSubscriptionRequest Solved

hi, why is includeTransactions not known to ARBGetSubscriptionRequest? I can't do this. "includeTransactions" does not exist in the current context var request = new ARBGetSubscriptionRequest{ includeTransactions = true }; I think im running version ...

synconnv1
Contributor

Unable to connect with production credentials Solved

We have been trying to switch from a sandbox account to a actual merchant account and when we do the GetHostedPaymentPageResponse the response comes back as: RefId: 127Token: nullMessage Code: E00007Message: User authentication failed due to invalid ...

deevoo
Member

Charge card, create profile, create subscription PHP Solved

I've been trying to move our charges over to the API in php.I have charge a card and create profile working but cannot get create a subscription to work.I am trying to do this all on the same page.I am trying to grab the profile ID, payment ID, and a...

Requests to Delete Customer Profiles not Deleting Profile

I'm running into a weird issue. I'm trying to use the API to bulk delete customer profiles that have expired customer payment profiles, or no customer payment profiles. The issue is we have a ton of these, so I wrote a script that iterates through th...

Updating Customer's Subscription

Let me descibe my situation first. I have a customer who has subscribed one of my plans and now, the customer wants to upgrade their subscription. In my case upgrading subscription means adding more device and for each device, they add I provide them...

Get list of subscriptions based on CustomerProfileId Solved

I'm trying to get the list of subscription based on CustomerProfileId. Is there a way to get the list based on customerProfileId? My Case Description:I've list of plans and customers can subscribe to multiple plans. The way I'm trying to impelment th...

Ebay authorize.net

Hello, so I've registered to authorize.net for accepting credit card payments, and i've connected it all on my ebay perferences it says that authorize.net is ACTIVE, but when i try to list item it says this: It looks like there's a problem with this ...

Composer issue installing PHP SDK

Using the JSON file:/authorize/composer.jsonBy using the provided code:{ "require": { "php": ">=5.6", "ext-curl": "*", "phpunit/phpunit": "~4.8||~6.0", "authorizenet/authorizenet": ">=1.9.6 || <2.0" }, "autoload": { "classmap": ["constants"] } }and b...

Sandbox API transactions never getting a response today

Hi, Wondering if something is going on with the sandbox today, I am never getting a response or and errorresponse when I do the following: CreateTransactionController controller = new CreateTransactionController(apiRequest); controller.execute(); Cre...