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.

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:\...

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...

aerlim
Member

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 ...

Ericaf
Member

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...

jordan
Member

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 ...

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!

Support & Hosted Accept Suite

Hi, Two questions; 1- Is there any support available? I tried to reach the support (3 times) in the last 3 weeks using the support form, but never get a reply. 2- I need to have an official answer on Hosted Accept Suite localization. Can we have the ...

getHostedProfilePageRequest

I am trying to include a URL for the cancel button but cannot. Attached is how I am using the hostedProfile. Please note it is not the same as the "hostedPayment". Is this something that can be done? I am only receiving the height and width and no ac...

ARB Link In Broken

When I'm in the Merchant Portal, I click on the Integrate a Web Site to the ARB Service and it goes to this page(https://account.authorize.net/help/Tools/Automated_Recurring_Billing/www.authorize.net/support/ARB_guide.pdf) and returns at 404 page not...

Customer Profile Accept Hosted setup default payment profile

Hello, I have integrated customer profile page using profile/manage iframe method, but i want to see an option on hosted progile page which indicates default payment on my customer profile page returned by iframe. While generating token do i need pro...

Sandbox testing payment error: unexpected error. Please try again.

I use this integration method https://developer.authorize.net/api/reference/features/accept_hosted.htmlI use your libraries in c# .net. Call getHostedPaymentPageRequest in sandbox environment and get token. I use my loginid and transactionkey.Then I ...

stvely
Member

Accept Hosted iFrame - Unable to get transaction response.

I am using the following code to successfully complete an authCaptureTransaction. However the body script function is not able to get any transaction response. The postMessage("running function" message and postMessage("after if" are being hit severa...

brayan
Member

implementation of google pay java

Currently google sends me a token when it is in test mode, but when it is in production and I put gateway and merchant id of authorized it tells me that the merchant is not enabled in google pay

How to pass custom parameters with Accept Hosted Payment form?

Hello, I am using Accept hosted form for payment. I have configured the webhooks to receive the notifications.( I am not receiving the notifications). I have also configured Silent POST for receiving the notifications. However, my question is, how to...

Transaction Response on Accept Hosted Payment

Hello, I am developing a web-application which involves one-time/recurring payments. For the one-time payments, I am using accept-hosted payments form. I am able to make the payment successfully. However, I would the system to be notified of the paym...