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.

How to derive the Gateway fee per transaction Locked

Folks,We are new to Authorize.NET and i am trying to figure how to determine the fee charged by authorize.net per transaction. We are integrating with Credit Cards and ACH and we have a requirement to adjust for the gateway fee in our books. How do i...

Help on authorize.net

Hey, I was wondering if you fine folks could point me in the direction of some info on setting word press / woocommerce with authorize.net. We can't find a processor that will take on our site so I think we can do it this way manually? I would also b...

ARB expired subscription reply

Hello, After successful ARB transaction,automatic recuiring will perform but if the user credit card has expired,his subscription will also get expired then how my website will know that this particular subscription is expired & stop providing servic...

CIM createCustomerProfileRequest "Please try again"? Solved

I am using this url: https://apitest.authorize.net/xml/v1/request.apiWith my sandbox account, trying to create a customer profile programmatically. [ hidden ] [ hidden ] XXXXX_0001 First Last XXXX@EXAMPLE.COM individual 4111111111111111 2023-1...

CIM integration

When we submit a transaction using Tokenize methods "Charge a Customer Profile". while using test mode we didn't get transaction id. How we can refund or Void it. will token expires within 120 days because we want to allow customers to refund after 1...

Get the difference between two values in different recordings.

I have multiple sensors and every value is recorded every 20S in my dB. Each recording has an ID, value, sensor id and timestamp. I would like to find an SQL request that would allow me to get the difference between the values reported by 2 sensors a...

ACH settledSuccessfully transaction status

Hello, we're trying to detect if ACH payment went well. My understanding is that when you get a "settledSuccessfully" it is not a final status for ACH payment because "https://support.authorize.net/s/article/How-does-the-eCheck-Net-settlement-process...

steve2301
Contributor

Your project does not reference ".NETFramework,Version=4.5"

I got the sAuthorizeNet/ sample-code-charp from github.I have .Net Framework 4.5 as well as 4.8. How do I add a reference to my c# project? I do not see it listed in the properties when I try to add it. I have built other c# projects never had this p...

Handle Refunds from portal

This is something im facing right now and seems like there are no previoues posts related to this.I have integrated Authorize.Dot net into my application and have used Auth&Capture, Refunds service. when a user a create a Refund request from portal i...

Glitch with Billing Country - USA - accept hosting API

On mobile using authorize.net accept hosted api, USA auto defaults filled on billing country but the form doesn't recognize it unless user selects USA from the dropdown list. Without doing this, the payment button doesn't appear in the widget. Any su...

QuickBooks Support

The experts at QuickBooks Payroll Support Number provides best solutions and never hang-up the call until the complete solution has been offered.

solid
Member

Online payment page

Hello, everyone. I need some help in getting a Pay Online type of button added to my website. Using the forum, I found a simple method to do so, but I am not 100% sure if I have done it correctly. Here is the code I am using: Pay Online Wha...

DNB
Member

Looking For Example

Hello. We are in the early stages of trying to use Authorize.Net. We have been focusing on the following process to establish a new customer and use the hosted AN site to prompt the customer for credit card info. Our process is as follows: 1. Call cr...

Customer Payment Profile ID not found - frequently

Dear Team, Could you please explain in detail, Why this error getting "Customer Profile ID or Customer Payment Profile ID not found" frequently? Why the payment profile is deleting automatically in the authorize.net?If a customer placed an order succ...

Apple Pay for Ecommerce platform with multiple merchants

We are an ecommerce platform provider and we have already integrated with Apple Pay and Authorize.Net. Every time we get a new client and put up a new ecommerce website, we create a new Apple Pay merchant id and upload the CSR from the client's Autho...

steve2301
Contributor

accepted hosted customer id

I am trying to set up the Acceted hosted form. I am new to this. I am at the part "Use customer profile ID, which saysTo "log in", use a customer profile ID that already exists within your account or create a new one by using the [Create a Customer P...

raisedonors
Contributor

How to update the default PaymentProfileId for an existing ARB?

We are needing to update a payment method on an existing ARB. We have been receiving the error message "PaymentProfileId cannot be sent with payment data" if we attempt to update the payment type and supply the payment profile id. I guess we don't un...

Sandbox Portal Login Issue

Hi Team, I am not able to login the Sandbox portal to work https://sandbox.authorize.net/ This is the link i am trying to login, it saying "You entered an incorrect username or password." since my credantiels are correct only.

CIM authorized transaction got expired after 30 days. Solved

Sir, I integrated the CIM feature into my website. Please go through the workflow.1. Create CIM profile, Payment Profile, Shipping profile on user registration.2. Authorize credit card. Using authOnlyTransaction.3. Capture authorize transaction using...

WebAPI authorization and security

Hello, fella .NET dev here. I was wondering, suppose we have a .NET WebAPI where we want to implement authorization for our web application and client side (front end) written in some other technology (React or something else...). What are some of th...

Payment portal using Authorize.net.

Howdy!My wife is looking for a way to add a payment portal for her clients to pay invoices. We have the authorize.net info er need, I just need to add a way for the client to pay on the site now. Any suggestions or advice?She manually generates the i...

Hello World Example - Not Working (Python)

Installed Authorizenet per Hello World instructions. Added name and transaction key for Sandbox account. All modules referenced seem to be where they are supposed to be (Python2.7) Getting several errors : Traceback (most recent call last): File "C:\...