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.

Collecting the credit card details

We are using Create Customer Profile API to collect credit card details from users via our portal which is stored in Authorize.net.To enhance security, we wish not to use our portal for collecting the credit card details.I should add, we are just col...

pkc
Member

Error on Report Download API

Hi,I found error on CyberSource.Api.ReportDownloadAPI- DownloadReportAsyncWithHttpInfo. I'm using package CyberSource.Rest.Client.NetStandard. Whenever I call that method with all required and valid configurations, i got error "An item with the same ...

SFCC - Payment methods, Apple, Google Pay, PayPal

Currently I am using REST Cartridge i.e. cybersource-plugins-rest-salesforceb2ccommerce with SFRA. But my requirement is to add the PayPal with it, and I am not able to find that inside the current cartridge or also on the documentation. How can I en...

Get custom properties in webhook call from hosted profile page

hi,When we get the webhook api callback for the eventype: net.authorize.customer.paymentProfile.created, how can we get the additional information or custom properties that we pass when we created the token? We're using getHostedProfilePageRequest fo...

Error: HTTP Status Code :502 When Testing eCheck in Sandbox

Testing in sandbox for eCheck for electronic check debits for Visa Platform Connect. I have generated http signature for decorfusion_1720114742 using key and secret key provided.Successfully updated credentials for HTTP SignatureSending request body:...

Invalid keys for calling Bin Intelligence API.

Well i created shared secret key and tried to called authentication-setup end point. and i am getting error 102 with a message as "Invalid keys for calling Bin Intelligence API." I am getting no error as such in test environment but with live i am fa...

Issue with Transaction ID in Test Mode for authOnlyTransaction

Hello All,I am currently developing an integration with the Authorize.Net payment gateway and using the sandbox environment for testing. During the implementation, I encountered an issue with the authOnlyTransaction transaction type.When I attempt to...

Signifyd - How to collect "bin" from credit card

I am using Signifyd for fraud prevention. I am told there are a lot of Authorize.net developers that use Signifyd as well.I am using the Hosted (Accept Hosted) Payment Form with the embedded method.I am working on getting the IFrame Communicator page...

Missing or invalid token.

I have successfully coded for the getHostedPaymentPageRequest endpoint and successfully generated tokens.I used the test form provided by Aaron from the forum and it displayed the credit card fields properly utilizing a token generated from the getHo...

question about invoice link

Does authorize.net give teh ability to charge conv fee with invoice link and giving the option to pay with ach as well?

Apple Pay transaction error 265

While integrating Apple Pay + Authorize.Net together in Magento 2.4.5.-p5, the error # 265 "This transaction cannot be processed." is raised while creating a transaction against the Authorize.Net account with Chase Paymentech setup as processor. Howe...

Apple Pay Error Code 265 This transaction cannot be processed

While working on integrating Apple Pay + Authorize.Net in Magento 2.4.5.-p5, I'm running into the issue the payment transaction is rejected with error code 265, This transaction cannot be processed. This issue only happens to production Authorize.net...

Authorize net SDK for Next.js

Is there an SDK for the "authorize" payments, so I can perform payments on your side?I already do payment requests by doing "chargeCreditCard" API requests.But I don't want to provide credit card information from my page.I'd prefer to use an SDK to s...

Api test question

So I was wondering how the test net for when the api first gets released will work. Do we have to be able to code? Or Are there going to be a handful of basic scripts ready to go that we non programming types can run?

Spider
Member

How to pass description ( or any other ) to email receipt

We are using WordPress with the Ninja Forms (NF) plugin and its Authorize.net add-on.We have an NF hook to pass parameters after form submission, but we are unable to find the description label (or any other field ) to overwrite.Our goal is to pass t...

Nick2
Member

ApplePay Sandbox

Hello. How is possible to configure sandbox account for testing Apple Pay payments? We want to have Sandbox and Live ApplePay payments at the same time on a website.When we try to use Sandbox authorize.net account - we can't attach new certificate to...

Login Successful - Try Again Later

Is anyone else experiencing this issue? We have 2 Users there are having issues logging in, but only after they have successfully entered their Usernames and Passwords. The 2-Step Verification isn't showing up, but instead they are being left on the ...

Chrome blocking 3rd-party cookies, should hosted form work?

Hi,I'm using the Hosted form's IFrameCommunicatorPopup method, and it works in Firefox and Safari, but not on Chrome and Edge, it looks like because they are not accepting 3rd-party cookies whereas Firefox is automatically partitioning them. I must b...

how to detect whether the credit card belongs to US or outside US?

hello Authorize.netWe use Accept.js in order to accept credit card for payment. We have decided that we change how we charge domestic cards and international cards(outside US). So my question is is there a way to find whether the credit card details ...

Regarding Hosted Payment Form Response

Hi,We are using AuthorizeNet HPP as paymemnt gateway to capture the transactions on our commerce website.We are facing a random issue. For few transactions which were processed and settled successfully, we are not getting the correct response.For exa...

Authorize.net CIM Guest Profile

Hi, currently in the process of integrating authorize.net customer profiles to our ecommerce site. I have a question regarding guest checkouts. When a user is checking out as a guest, do we just authorize their credit card and store the transaction i...

Authorize.net Iframe not rendering

Hi , I am getting the following error on my authorize.net integration.Refused to frame 'https://test.authorize.net/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'none'".It was working fine till 20/05...