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
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...
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 .
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.
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...
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...
E00013 Expiration Date is invalid
We are getting lots of error when expiry date month is in single digit 'M/YYYY'. Is this due to incorrect expiry date or wrong format?
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.
Ruby/Rails SDK Set Invoice Number to get back merchantReferenceID as part of webhook Payload
Using the Ruby/Rails SDK, we need to know how to set our invoice number, so that we get back the "merchantReferenceId" as part of the webhook "payload" message. The merchantReferenceId field corresponds to the refId field in the Authorize.Net API, an...
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...
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...
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...
Multiples Merchant accounts under my Authorize .net master account
Hello, my team and I, we are creating a property software managment.My question is related to the merchants accounts. For example, I have to have a merchant account because our clients(landlord) the owners of the properties have to pay us for using o...
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.
Authorize.net and Apple Pay Integration - AMEX and MasterCard - Required fields Missing Error
I have integrated Authorize.net and Apple Pay but I keep getting the following error when submitting AMEX or MasterCard. However, when I submit a Visa from Apple Pay then no error occurs. Any idea what could be causing this issue? "There was an error...
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:\...
Multi-currency support
Hi We are trying to configure our Authorized.net account to accept multiple currencies. Can someone help me with how to set up the same? Based on my research around this, I assume that we need to add a Processor to our account. Can we add multiple Pr...
Customer needs a long delay between authorize and capture
I am in the middle of building a new ecommerce store for one of my customers and they have recently brought up something that might be a bit of an issue ... Initially it seemed simple ... he wants customers to input their credit card at checkout but ...
Oauth token requests receiving 404 responses
We have been experiencing an intermitten issue when using Oauth for the Authorize.net API over several months. We have many customers using different merchant accounts that we handle API request on behalf of. It appears that every now and then, one o...
Can someone explain the future of .NET Framework vs. Core?
understand that the focus is on the cross platform capabilities of Core. Conceptually that makes plenty of sense to me. The whole point all along was for JIT to be cross platform, and I have no qualms with that. I just don't understand (yet) what the...
EF Handle Duplicate Values
Let's say I have a property which should be unique.I am wondering what's the best way to catch unique constraint violation. I can think of two ways.Manually Check before insert if there the value already exists.Try to insert and catch exceptionsThe f...
x_duplicate_window
Hello,I have an e-commerce website on magento 1.9 with Authorize. Many times order is sent to authorize and customer is debited but magento not receive the response and magento retry to sent the order and I have this error message : Gateway error: A ...
Does the Windows EMV SDK Work when Authorize.net is configured in TEST MODE?
Hi,We are attempting to run full tests before deployment while setting our Merchant account to test mode. It appears that everything works, however we are still getting an error each time we process the EMV chip that the transaction was declined.When...
Payment questions
Hello,1) Currently Authorize.net is sending Payment Receipts for their Transcation directly to our client. can we stop them ? if so then how ? 2) is there any way to send Payment Receipts On demand ? if so then is API available for it ? Thanks!