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.

.NET SDK - Paypal Express

This may have been covered before, but using the code that is offered with the .NET SDK and Paypal Express doesn't seem to comply with the documentation supplied. The transactionRequest object created using new transactionRequestType{} has has invali...

Acceptjs in case of merchant to partner account connection Solved

I try to use https://developer.authorize.net/api/reference/features/acceptjs.html in case of merchant to partner account connection (https://developer.authorize.net/api/reference/features/oauth.html). So I have an application configured in partners a...

Multiple refunds on same transaction via API Solved

Hello, Is it possible via the API to process multiple refunds on the same purchase transaction (on different dates) provided we don't exceed the amount of the initial transaction? Thank you!

martin1b
Contributor

AcceptJS for ACH or Card in same form

Is there a way for Hosted AcceptJS to display both ACH or Card payment options for a payor in the same dialog, similar to the options in getHostedPaymentPageRequest? I only see where you specify which dialog to display, based on options passed in. Bi...

Did anyone firgured out the New hash using Perl???

Hello, We use Perl and Mysql with DPM and would appreciate any help with the New Hashing coding.We have to keep our form on our servers since we only work with counties and municipalities and we provide complete software application with integrated p...

Exceptions Handling Flask (Python)

Hey Everyone, I am using py_authorize 1.4. result = authorize.Transaction.sale({ 'amount': data2.price, 'credit_card': { 'card_number': card_number, 'card_code': card_code, 'expiration_date': month + '/' + year, } }) result.transaction_response.trans...

20 character limit on merchantCustomerId

I am new to this platform, but am already concerned with a number of properties that have a limit of 20 characters.In particular, properties that are sourced from the integrator.Is there any possibility of increasing the length of fields that are ref...

createCustomerProfileRequest- descript+email

Reviewing and testing the createCustomerProfileRequest message handler. With the merchantCustomerId field being limited to 20 characters (why??!!!), it appears the message handler treats the profile.description and profile.email as a unique combinati...

Having issues connectiong to authorize.net

after downloading the sdk through composer(PHP) and doing the neccessary things, I run nto this problem Fatal error: Declaration of JMS\Serializer\JsonDeserializationVisitor::startVisitingObject(JMS\Serializer\Metadata\ClassMetadata $metadata, JMS\Se...

wdbaker54
Contributor

Not Getting Hosted Profile Page response event

I have a Laravel project webpage that includes a hosted payment form and a hosted profile form. Both are using iFrames and they both work in that they generate payments when submitting the payment form and create/remove payment profiles using the pro...

Help with Simple Check Out/iFrame Removal

Hello-I recently reached out to the Authorize.net help desk and they sent me here. Below is what they told me: [So we recently started having issues with the simple check out where that error you are receiving would come up. Our engineers have discov...

smorrow123
Contributor

SHA-512 in Perl Solved

Our authorize.net processing is done in some OLD perl cgi code - any perl programmers out there? We are trying to convert to the SHA-512 hashing. Our current processing uses MD5, via the perl module Digest::MD5.I use LWP::UserAgent to POST directly t...

Working php hash verification Solved

**If you find this helpful please kudo this post. This has consumed a huge chunk of my day and you will help me build credibility for when I enroll in the authorize.net certified developer program. ** Here is 100% tested, working php hash verificatio...

New hashing work/have anything to do with Accept Hosted? Solved

Regarding the sha512 transaction hashing and verification, is this designed for or does it work at all for Accept Hosted? I never seen much use for it, and I am noticing that everyone that is posting about this uses SIM/DPM/AIM. I use manual API refu...

Form Assembly form payment

Please let me know how to resolve the error in a form assembly form connection to salesforce returning the following error: 01/15/2019 03:42:31 PM Authorize.Net: No transaction executed. No payment method. No sensitive fields were sent through this c...

Sample byte array signature key Solved

I'm testing the sha512 transaction response using the php sdk. I have a few questions and requests: -Is it possible someone on the auth.net development side could post a validated byte array version of a sample signature key? This would help in my de...

Merchant interface loses information on partial capture

Hi, I am working on some functionality for my clients. One of them will often do a partial capture of a transaction if the shipping estimate generated by the website is substantially in excess of the actual charges incurred. I include the line items ...

jheymann
Contributor

Batch Load Credit Cards

I have a client with a bunch of credit card numbers (with all the information). I realize they shouldn't have this, but they do. Does anyone have anything already written that would allow us to load all of these into Authorize.net, without having to ...

New MD5 Hash Changes

I really need some help here with this. I would first like to know how come the first I am hearing of this is from my clinets who received the email only 2 weeks before we have to fix things....How are we suppossed to properly fix and text in that sh...

CURL Error: SSL certificate problem

Hoping someone here can help me. I have a client site that was built some years ago in Drupal 6. It uses Ubercart. It has been processing payments just fine for some time now. A few days ago attempts to submit orders on the site would fail on payment...

cwdsl
Contributor

Upgrading MD5 to new hash (SIM) Solved

I am trying to upgrade from MD5 to the new hash method as described here:- https://developer.authorize.net/support/hash_upgrade We are using SIM still do in addition I read the guide at https://support.authorize.net/s/article/Do-I-need-to-upgrade-my-...

Authorize.net Accept Hosted iFrame Features Clarifications

Hi Team, Good day. We are using the Authorize.net in our program to make the payment. We need following clarification to enhance our feature to users. 1) Currently we created account and supporting only USD currency. Is it possible to support multipl...

karenb
Contributor

transHashSHA2 is not documented in your API reference

Element "transHashSHA2" is not documented in your API reference, and the information in your Transaction Hash Upgrade Guide is inadequate, as it too fails to properly document the element. Is it properly documented somewhere so that your customers ca...

karenb
Contributor

transHashSHA2 is not in your API documentation

Your Transaction Hash Upgrade Guide says "When you receive a transaction response from Authorize.Net, it includes the transHashSHA2 element," but I'm not finding that element anywhere in your API reference document at https://developer.authorize.net/...

AIM / NVP & MD5 Removal

How will the upcoming MD5 Hash Removal/Disablement affect integrations using the legacy AIM / NVP (with .dll endpoint) API?

cartpauj
Contributor

Silent Post being removed any time soon?

I recently had a client call me stating that they had contacted Authorize.net support and were told that Silent Post was no longer supported (in favor of Accept.js and Webhooks). However, I cannot find any documentation online or in the forums about ...

nkannan123
Contributor

MD5 Hash Removal/Disablement DPM, Python Solved

We are using Python with DPM post option. Followed the hash upgrade link instructions from here:https://developer.authorize.net/support/hash_upgrade/ DPM post fails with "This transaction cannot be accepted." Not getting additional clues and the fail...