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.

Passing extra data/field in simple checkout form payment

How can I pass the extra data of type string while redirecting the user to my simple checkout form so that when the webhook notification or relay response is trigger we get that data in the request bodyI want to identify the user that this is the sam...

ryano
Member

Some Credit Card types can't be removed?

Our client only requires Visa, Mastercard and Amex.The UI that manages this seems to have a bug that throws errors when we try to remove the other cards from the list. Can these card types be removed any other another way?l1-dev.bundle.e66fd375.js:10...

ryano
Member

Cybersource Secure Acceptance CVN field? Solved

We have recently developed an integration with the testsecureacceptance.cybersource.com/checkout form.Its all working OK so far, but our client is wondering why the CVV/CVN does not appear as a field in the form?Is it an option we can activate in the...

BW
Member

Possible to capture customer info from CC swipe during website checkout?

Our company mostly sells online using WooCommerce, but now and then we sell from a booth at a trade show or fair. On those occasions, we still use the website to take orders. The staff typically uses Chromebooks and enters the orders manually in eith...

Authorize.net apple pay in my React

Hi, great devs.I am currently trying to implement authorize.net Apple Pay in my React project. By the way, I'm getting the same error as follows on my Sandbox account. "errorText": "There was an error processing the payment data. Invalid ownership."I...

Problem with AIM processing after moving to new hosting site Solved

Our AIM processing has worked fine on our previous hosting site. This week we moved it to a new hosting site, and all of our transactions are coming back with the response pasted below:3,1,6,The credit card number is invalid.,,[I removed the remainin...

OAuth App

Hi,I would like to create an Application to test the OAuth integration in sandbox and then in production. I emailed the developper_feedback address but got no responses.Is there any way we can create a Partner account online?Thank you!

LoganR
Member

Square Processing with Authorize.net?

Hello,How do I integrate Square Processing with Authorize.net?I want to accept payments on eBay using Authorize.net to integrate with Square.

Trying to integrate Authorize.net iframe to react application

We are trying to integrate authorize.net embedded iframe to a react application, we were successful in bringing up the payment ui and entering the card details. After clicking on pay now, we are able to get an invoice mail to the merchant's account b...

Accept Customer Angular Implementation

, I am new to authorize.net. Already integrated CreateCustomerProfile API and then retrieved the GetHostedProfilePageResponse token from authorize.net. Now I need to show the add payment form as a popup in my angular application (without redirect)I t...

Transactions fail since Thursday’s update

Ever since the Authorize.net update on Thursday night our Merchant account has not worked. Ccard fail with following msg:Request Aborted. Could not create SSL/TLS Secure ChannelWe have a DigiCert RSA certificate running on a Windows 2012 R2 webserver...

TLS/SSL issue

Hi,I have an integration with Authorize.Net API (https://secure2.authorize.net/gateway/transact.dll endpoint).Since June, 9, I started receiving the "could not establish trust relationship for the ssl/tls secure channel" error. Before that day, every...

nadav
Member

AVS test in test mode (sandbox) does not wrok

I've created a nonce via the client using Accept.js with the zip code that supposes to fail the transaction, however, the Avs response code that return is different from what is written in your documentation. (it supposes to return avs response - N i...

Integration of authorize,net payment gateway iframe

Am trying to integrate authorize.net's payment gateway iframe to react application , i am not able to get response from iframe in my parent component after the flow is complete . am looking to get a callback function so i can handle the rest of the w...

ny0001
Member

Saved Payments - Salesforce Commerce Cloud

Hello all!We have a cartridge for SFRA, all works fine on Checkout, except Saved Payment methods.The problem with saved CC is missing Billing Address in transaction requests.The thing is that, when we're saving CC, we're sending a request to the Auth...

Dendev
Member

Authorize.net Validation

Hello. I'm integrating "Accept Suite" API to place order. Is there a way to get clear error message for a customer if he entered and I sent invalid data, during creating payment transaction. Currently I'm getting message like -"Payment: The 'AnetApi/...

Rick_R
Member

Payment Events

Would like code examples for "net.authorize.payment.refund.created" events and for "net.authorize.payment.void.created" events.

perton
Member

Normalization of the dataset with two primary keys

I have an assignment to normalize a dataset and design a schema in MySQL. Two attributes are unique identifiers for each tuple (that is, they are each primary keys in their own right). How do I satisfy lossless decomposition? I'm thinking of making a...

Enhancing Payment Security: Best Practices for Developers

Hey CyberSource Community!I hope you're all doing well and making great strides in the world of secure online payments. As developers, we have a crucial role to play in ensuring the integrity and safety of digital transactions. With cyber threats con...

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