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.

Dewbud
Member

Bug report? updateCustomerPaymentProfileRequest

I'm not really sure where to submit bug reports and I'm not sure if it's a bug or a mistype in the api documentation at http://developer.authorize.net/api/reference/index.html#customer-profiles-update-customer-payment-profile The documentation says t...

CIM API requires clientID? Solved

After refreshing the definition for the SOAP web reference for https://api.authorize.net/soap/v1/Service.asmx?wsdl, I noticed that our previously-working code no longer compiles. In each instance, it looks the definition for the methods listed in the...

glyoder
Contributor

Authorization using AcceptJS nonce causing OTS Service Error Solved

Is anyone else suddenly getting OTS Service Errors for transactions that use a payment nonce? I have an AcceptJS solution that has been working just fine until a couple days ago:- uses AcceptJS library to create payment nonce- use the payment nonce i...

Get hosted payment form

This is probably a dumb question but do I have to use a Customer Profile ID? I have my server set up so that the user enters their account number and amount they want to pay... everything works in sandbox.. when testing on live.. it's saying I need a...

ferdie33
Contributor

Accept Hosted not working.

Hello, we are on a time constraint to have our site working and Accept Hosted is not working upon using the name and transactionKey begin generated in my merchant admin whether if I toggle it in LIVE or TEST. It doesn't even work in my sandbox genera...

wp
Contributor

Webhook notifications not being sent consistently?

I recently integrated the Accept Hosted method using the full page redirect approach and webhooks to record the payment result. For the most part this has been working fine. Just the other day, Sunday night 2/19, I noticed that the payments showing i...

jenlampton
Contributor

Using the Accept.js Payment Nonce to Charge a Credit Card via Curl

Hello, I'm updating an old piece of code that used to post form values directly to the authorize.net API using curl. It still works perfectly in the original form! I would like to update this old form to use accept.js, and so far I've gotten to the p...

Dewbud
Member

Updating customer profile in CIM clears merchantCustomerId

Hi, I'm working in PHP and json. When updating CIM profiles I'm seeing that the merchantCustomerId is being overriden even though I'm not providing it in the update request. For example: Here's the response for the getCustomerProfileRequest right aft...

echien
Member

Accept.dispatchData responseHandler called twice

Hello, I'm trying to integrate Accept.js into my Django form but the responseHandler I'm passing to dispatchData gets called twice. The first time it's called, the response received has a resultCode of "Ok" but the second time, it has one of "Error"....

ARB without using our own CC page

We're newly implementing authorize.net payment gateway to charge credit cards in our spring MVC web app. Since we don't want to flow credit card informations to our servers, we choosen "Simple Checkout" form as a primary approach. Now, we also want t...

Calling list of available webhook events displaying an error Solved

Hi. I have configured Authorize.net, accept hosted payment method for my client requirement, where everything is happening fine, except Transaction response. I am using webhook event but which is displaying an error when i make request for list of av...

leehinde
Contributor

error: E00114 testing on sandbox

I'm working on an accept.js integration with my sandbox account. I got the web side to return the transaction code. At this point, the response is literally from the sample code provided. function useOpaqueData(responseData) { // This is where you wo...

Best approach for sync transaction detail in to my system

I am able to fetch list of transactions details for all settled batches using GetSettledBatchListRequest, GetTransactionListRequest and GetTransactionDetailsRequest.I am wondering what would be the best approach to daily sync these details, assuming ...

Python: refundTransaction isn't working

The code belowCreates a customer profileCreates a payment profileCharges the payment profilePartially refunds the transactionEverything works great, except the refund step, which errors with Error Code: 54Error message: The referenced transaction doe...

Python SDK: how to set billTo fields

None of the code samples at https://github.com/AuthorizeNet/sample-code-python/tree/master/PaymentTransactions Demonstrate setting "billTo" fields. How do I use the python SDK to send billing address information for verification? For example: how wou...

Create Accept Transaction: bad response

Hello. I'm using Accept.js to feed PHP (using sdk-php) the data value, description, and payment amount. I am using Sandbox and everything goes fine until I try to handle the response. serialize($response) gives me O:55:"net\authorize\api\contract\v1\...

Verify card information before charging

I've been seraching for the correct way to verify a card's information and there doesn't seem to be one definitive answer. I've seen suggestions on using authOnly for $0.00 (which I've tried in the sandbox and it doesn't work) The error text is "Ther...

How to load Accept js dynamically based on your environment

Works, however hard coding this is a really bad practice (just think if someone left the jstest url and deployed to prod!), and my Aurelia app has the ability to check which environment I'm in. So here's what I did app.js:addAuthNetScriptTag() { le...

php api get settle batch list

Hi I am following this code https://github.com/AuthorizeNet/sample-code-php/blob/master/TransactionReporting/get-settled-batch-list.php with a date range. But response don't have batches as expected. e.g if i use 2017-02-01 08:15:30 to 2017-02-14 08:...

wdbaker54
Contributor

Updating a CIM payment profile CC expiration fails Solved

I am trying to follow the PHP example found in https://github.com/AuthorizeNet/sample-code-php.git example update-customer-payment-profile.php to update an existing payment profile's credit card expiration but the example is not clear on how to do it...

CIM Integration error makes no sense....

When I do a create new profile and run transaction I get this error:"createCustomerProfileTransaction Error: Invalid Response From Processor. Please check all fields and try again"The function I did with the CustomerProfileID was run a transaction.Th...

wdbaker54
Contributor

Accept.js OPTIONS E00003 Root element is missing.

I followed the example shown on https://developer.authorize.net/api/reference/features/acceptjs.html into my php page form but when I process the form withAccept.dispatchData(secureData, responseHandler);It generates an OPTIONS error response of :{ "...

dustin1
Contributor

Is SSL required for localhost development and testing? Solved

I've found a few threads that skimmed this question, but no direct question and answer. Is there a way to develop and test an Accept.js integration on my local machine with the sandbox without an SSL certificate?

e00001 error

New at bat here just hooked up to sandbox and first transaction got this error: [0] => ?{"messages":{"resultCode":"Error","message":[{"code":"E00001","text":"Unexpected character encountered while parsing value: x. Path '', line 0, position 0."}]}}) ...

Deprecation of earlier TLS versions: Any more information?

Do we have any more information as to when Authorize.Net will remove support for earlier versions of TLS? I'm responsible for maintaining an old website that relies on one of these earlier versions and I need to plan out exactly when to perform the s...

ARBECreateSubscriptionResponse is Null C#

I am trying to create a subscription, but the response comes back nul. Here is my code: paymentScheduleTypeInterval interval = new paymentScheduleTypeInterval();interval.length = 12;interval.unit = ARBSubscriptionUnitEnum.months;paymentScheduleType s...

How to Integrate Authorize.net AIM with Laravel

Hi, I am using Authorize.net AIM payment for online transaction and also i have used CRM app for the customer and i need step by step code process for integrate Authorize.net with LARAVEL. Please find clear steps for Payment Integration. Thanks, Sakt...