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.

Is PHP SDK dead? Critical security risk

PHP 7.4 has reached end of life. I am trying to update to PHP 8.2 however there are a number of compatibility issues which must be addressed by Authorize.net. The PHP SDK has not been updated in over 3 years, meaning that the SDK is not compatible wi...

Not receiving a response back on sandbox

Our development site stopped receiving a response back from our authorize.net sandbox. The Curl code has been functioning correctly for sometime and we have no evidence of anything changing in our repo. I tested the API request on the API documentati...

Subscription Issues | Python SDK

The specific issues I am facing in creating subscriptions using Python SDK.The error I am getting is TypeError: function takes 3 arguments plus optional tzinfo (8 given). My Python version is 3.11The code is same as the docs:import os, sysimport impf...

Cannot find Customer using the Customer ID from Transaction Detail

HiI get a Transaction with `getTransactionDetails`, then I use the Customer ID from this response with `getCustomerProfile` to get the Customer information but I get an error message saying it does not exist:"Failed to get customer profile informatio...

deanlaw
Contributor

PaymentProfile Order

Are the PaymentProfiles that are returned when calling getCustomerProfileRequest returned in any particular order? I have some clients that have multiple PaymentProfiles, not all that are active (not expired) and I want to retrieve the most recent pr...

PHP SDK API Issue

In the authorize.net PHP SDK library 'CreateCustomerProfileFromTransactionController' class showing an error.It is included a response class ‘CreateCustomerProfileFromTransactionResponse’.But it is not in this library. If you download the latest vers...

getting 550 error

getting 550 error after clicking on the process button in accept js here is the curl for the failed request please help me on it curl 'https://test.authorize.net/Payment/Api.ashx' \-H 'Accept: application/json' \-H 'Accept-Language: en-GB,en-US;q=0.9...

nikhil
Member

verify webhook

Hello,I recently began working on integrating with the new Webhook API to get transactions. This is being integrated into Nodejs. I would like to validate webhook messages using the X-ANET-Signature header, but so far have not been able to produce a ...

vmyles
Member

Customer Profile with expired credit card was authorized.

HiWe're testing Customer Payment Profiles. We are in the sandbox only at the moment. We created a profile last month with an expiration date of 09/23. We were able to use that profile today (10/02/23) to get an authorization and to collect payment. I...

TroyW
Contributor

Is the Authorize.Net API Officially Supported? If so, how?

Here's a support case I took up with Authorize.Net, and it left me frustrated and confused about how to best get support when issues crop up, especially if they involve the API.-------------------------------------------------------------------------...

TroyW
Contributor

Authorize.Net OAuth Token endpoint has internal server error.

I am having a problem with the Authorize.Net API. When my web application goes to request a new access access token at https://access.authorize.net/oauth/v1/token, posting in grant_type=refresh_token&refresh_token=(my refresh token)&client_id=52aFq3X...

sanjo
Member

PHP SDK

When I am using this apiCreateCustomerProfileFromTransactionController the response class included below is not in this path and the sdk net\authorize\api\contract\v1\CreateCustomerProfileFromTransactionResponse. So I am getting errorIf anybody know ...

certificate errors

WE made no changes to our server or our code and as of monday noon EST. api calls to process charges started failing with:"the remote certificate is invalid according to the validation procedure"Did something change on the api endpoints or your certi...

Error reading JToken from JsonReader. Path ''

I'm setting up a new service to handle payments (replacing an old one) with authorize.net. Using the examples posted on their github page I'm getting a strange error back.{"messages":{"resultCode":"Error","message":[{"code":"E00001","text":"Error rea...

Najo23
Member

What is (etc in project management? )

Hi guys! I just started to study Project management. I reached this part of it. And I want to ask for help. If anybody knows something about it, I would be grateful to hear. Thank you so much.

SOAP UI Conversion to REST API

We are looking to convert our SOAP implementation to the REST implementation. Do you have any documents on the SOAP transactions and what they are called in REST? We run everything through the "runTransaction" method it seems.

Login ID and Transaction Key

How do I get a login in ID and Transfer key to be able to test a submission for cc processing?

Trouble Integrating Payment Gateway with WPForms - Need Assistance

I've been working on setting up a credit card payment page using WPForms on my WordPress site, and I've run into a bit of a hitch. I'm hoping someone in this community might have some insights or solutions.I've created a form using WPForms to collect...

Credit Card Payment pages using WPForms in Word Press

Hello,I am a novice Web developer and have created a site in Word Press I am trying to set up a credit card page using WPForms and Authorize.Net, no matter what I do my card payments are declined.Is there anyone working with Word Press sites and inte...

Need Guidance on Integrating SHA-512 with Perl CGI

I hope you're all doing great. I find myself in a bit of a coding conundrum. We've got some older Perl CGI code handling our authorize.net processing, and we're looking to make the switch to SHA-512 hashing. Currently, we're using MD5 via the Digest:...

Unique Issue with Authorize.net - Need Help Resolving

I've integrated Authorize.net into my e-commerce website to handle payments. The integration seemed to be working perfectly until a few weeks ago. Now, when customers try to make a payment, some of them are receiving an error message that says, "Tran...