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.

No response code is returned after transaction

Authorize.net transaction returns error message:DEBUG: No x_response_code from server, (HTTPS response: 900 NET OR SSL ERROR) (HTTPS headers: ) (Raw HTTPS content: )response_code: 900 NET OR SSL ERRORI cannot find anything helpful in the docs.

Crank
Member

How to implement irregular billing with Accept Suite

Hi,I am trying to implement irregular payments with the Accept Suite, in order for our company to be PCI-compliant.In order to do that, I plan to create a customer profile, and use the Accept Suite for the editing of payment profiles, which we can th...

How to verify webhook notification in nodejs

Hello,I found this post https://community.developer.cybersource.com/t5/Integration-and-Testing/Verify-WebHook-Notifications-example/m-p/63889#M37908, I replied there but it marked "Solved" and no one continue to reply it, so I would like to ask here....

Payment Form Field Name Change

I have hosted payment form, I want to change the "Customer ID" field to be called as "Case". Is there any way to change the field names in hosted payment form?

Future deprecation for HTTP POST and Weblink

Backgrund:We're using an old version of active merchant ruby gem 1.20.0 (payment processing library) and we're setting the AuthorizeNet Gateway endpoint to 'https://secure2.authorize.net/gateway/transact.dll' ActiveMerchant::Billing::AuthorizeNetGate...

mohitp
Member

How to create test partner account ?

I want to register for a test partner account to test authorization using oauth2 flow. I'm following this guide for implementation https://developer.authorize.net/api/reference/features/oauth.htmlIt is mentioned to register the application on test pa...

Gateway Merchant ID for Google Pay Integration

Hi,I am trying to integrate Google Pay for Android and I am stuck as to where can I find Gateway Merchant ID in authorize.net.Currently I am using sandbox account for integration.Any help would be appreciated.

Upgrading PHP SDK to PHP 8.1

I'm part of a development team that manages a website using the Authorize.net PHP SDK. I hope this is the right place to ask questions about this. The website is currently using v.2.0.2 of the Official PHP SDK for Authorize.Net. Our website uses PHP ...

Google Pay: Unable to decrypt data

in my mobile android application I am integrating google pay with authorize .net currently on the sandbox account of authorize and test environment of google pay.I am receiving the token from google pay api and I am encoding the token to base64 and p...

jerry
Member

Webhook X-Anet-Signature validation problem C#

When my transactionRequest.amount equal a 100.00 I can't match in X-Anet-Signature , if it is 100.11, or other amount with two decimal points can match X-Anet-Signature:like 155.94 ,it is ok This is my C# Get HPP Code:var transactionRequest = new tra...

Recurring Billing

I use the AuthNet API to download transactions into my system. We are testing the recurring billing feature and are trying to see what data we will get back when a recurring transaction is created.The API doc for the endpoint /getTransactionListReque...

Tkd_08
Member

Pay to differnt merchant account using other CIM merchant profile id

I have one superadmin authorized merchant account and under this account i am creating customer's profile using CIM.Customer will save his/her payment details i.e card details.So I want to pay to different different merchant account using stored paym...

loky
Member

Error Transaction declined 203

Hi everyone, I'm on magento website and facing error Transaction declined 203 randomly.My orders are sometime success and sometime fail.I found this doc, it said cybersource prevent order from 1000->5000.https://support.cybersource.com/knowledgebase/...

Canadian eCheck integration

Hello All,I have been setting up ACH payments for my customers. I have customers both in the US and in Canada.After reading through https://www.authorize.net/content/dam/documents/en/echecknet-user-guide.pdfI have noticed that ACH is only available f...

cblue
Member

Simple Checkout as menu item (vs form button)

Hi, all,I've been searching but haven't been able to find an answer to this question.I'm helping my niece with her non-profit Wordpress website. It currently has a Donate menu item that uses a custom link to go to Paypal. She wants it to be changed t...

Api Charges posting second time hours apart at times

We have a simple for posting values to the api using curl to send request. Randomly, the client is having second duplicate charges posting at odd times. Some times it may be minutes and some times hours. There seems to be no pattern. Some never post ...

balaji
Member

Error in Recurring payment tests

With reference to our implementation of payment for orders which are authorized in advance by the customer, we are creating a customer profile and payment profile on Authorize.net. This payment profile was used to charge the card when the payment was...

Accept.js - Nothing Happens

Hello,I'll try to keep this short. I believed this process to be relatively simple but, alas.I am using my own payment form and I'm using Accept.js to integrate the payment gate into my websbite using Javascript. When I test the code and hit the butt...

Error occurred in connecting to the endpoint

I'm getting an exception while configuring the webhook in authorize.net . It gives me an error message that says:"Error occurred in connecting to the endpoint: https://customeruat.ororaconnect.com:8443/api/PaymentGatewayWebhook/saveTransaction."

Adding PayPal to Shopify for Authorize.net

Hi all,I've gone ahead and linked my PP account with Authorize.net and I'm having some issues understanding how to set this up on my Shopify store. I know I'm not supposed to use the PayPal option as that would bypass Authorize so how do I get this w...

Url Problem Solved

I am having the problem. My url is not behind a firewall. It is publically viewed.But why is this not working?

Hosted form amount edit

When using hosted forms to take payments, can the amount field be made editable for the payee? I am not sure if this is possible or if I have to allow them to edit the amount before the form is requested.