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
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...
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 .
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.
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 ...
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...
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...
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...
Not getting the transaction list from invoking ARBGetSubscriptionRequest Solved
Hi, Im calling ARBGetSubscriptionRequest with the property
includeTransactions = TRUEbut im not getting any ARBTransactions but
checking my parameter SubscriptionID(5212652) is returning the correct
ARBTransaction in the API "try it" site.
Ok
...
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...
Accept.js - E00007/E_WC_21 "User authentication failed due to invalid authentication values." Solved
I have developed an online payment page using PHP and jQuery that allows both CIM payment submissions as well manual credit card entry.I have no problems submitting the CIM payments to the sandbox but when I use the exact same merchantAuthenticationT...
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 ...
API Error E00142 when resubmitting a transaction with a valid credit card Solved
What I am sendingXXXXXXXXXXXsdk-dotnet-1.9.3authCaptureTransaction7.451914XXXXX18276XXXX86b87e40-9053-4f30-a Response:
ErrorE00142
RecurringBilling
setting is a required field for recurring tokenized payment
transactions. The integration I am setting ...
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 ...
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...
Authorize.net can setting Notification, like paypal or ebay Notify!????
Hello, I'm using authorize.net on ebay, i've sold one item and got email that i've got paid. You got paid! rpat6301 has made a payment of $465.00 to your merchant credit card account. Can someone tell me where will i receive this money? And why i don...
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...
Return Order->InvoiceNum (or refTransID) w/ Accept Hosted Payment form
Problem: Need guidance on returning the Order->InvoiceNum (or refTransID) while using Accept Hosted Payment form. My attempt (see code below) is not working. Not sure if I'm setting it incorrectly or returning it incorrectly. If there's a way to do t...
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...
General Error - Code 35 An error occurred during processing. Call Merchant Service Provider."
Hello I have General Error - Code 35 "An error occurred during processing. Call Merchant Service Provider." But I don`t and understand what is reason of this error. Please help!) P.S. Production Enviroment. I have 85-90% successfull transactions P.P....
An error occurred during processing. Call Merchant Service Provider.
Hello I have General Error - Code 35 "An error occurred during processing. Call Merchant Service Provider." But I don`t and understand what is reason of this error. Please help!) P.S. Production Enviroment. I have 85-90% successfull transactions P.S....
API error E00001 when calling getHostedPaymentPageRequest using example data
I've read several messages about this error but none seem to apply. I'm writing my own simple php code to make transactions. It seems easier than installing the full sdk on a server I can't control since I only need the ability to charge credit cards...
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...