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.

JWG
Member

In-App Nonce Request

Hello, I'm working on an idea of incorporating our business' online store into our C# application (a simulation game used on desktop Windows machines), due to many of our customers requesting an easier way of purchasing our add-on products. I figured...

Get Accept Customer Profile Page

Hi All In my vb.net application am using the Get Accept Customer Profile Page for managing my customers. But when there are multiple payment profile details shown, how to enable the user to set one as default from the same? And am trying to get rid o...

PHP SDK: Fatal error - running sample code. Solved

I am getting the following exception when trying to run sample PHP charge-credit-card.php code. Not sure what's going on. What this error is about? Here is the screenshot of error. https://www.screencast.com/t/cTU6gglqQS Here is the code which I am u...

Issue with accented characters

When trying to sumbit a payment transaction I get an error when using accented characters. Here is the error I get in response: { ErrorResponse:{ '$':{ 'xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance','xmlns:xsd': 'http://www.w3.org/2001/XMLS...

glerler
Contributor

API Upgrade Solved

Is there a detailed guide for the API changes? I see that Hosted CIM is beging deprecated. It refers to use Accep Customer. I took on a client that is using the CIM and we make transaction calls against it. What is being affected. Thanks for any help

Iframe communicator loading issue

Hello,We have an issue with one of our customers that are using integration with Authorize.net using hosted forms. From the logs it looks like sometimes iframe communicator fails to load and we do not receive any messages from authorize net on succes...

bavov
Member

Cannot perform multiple credit card payments with nonce Solved

I need to charge several payments from a credit card on a monthly basis (different amounts). As far as I understand I can get nonce using Accept.js which is valid duing 15 minutes and for one payment only.Is there any way to obtain a nonce which will...

glerler
Contributor

CIM in Sandbox error Solved

I am calling the CIM in the sandbox and I keep getting the E00007 Authentication error. I creating a profile. I have generated a new key . What am I forgetting?? .NET XML API

Ebay says they ar enot receiving payment confirmations

Ebay is saying items are pending payment and when i check authorize.net i see captured/settled and why isnt authorize sending what ever code i sneeded by Ebay?My items are not getting marked as "paid". Did something change?

CIM getHostedProfilePageController Error Solved

Hi, When calling this function to get a token to display the hosted form, if I pass a url for the hostedPaymentIFrameCommunicatorUrl setting, I get a Error: E00013 Setting Name 'hostedPaymentIFrameCommunicatorUrl' is invalid for this method. error. I...

Webhook response payload for recurring billing transaction Solved

If I set up a payment.capture.created webhook and a recurring billing transaction triggers the webhook, will the response payload contain all information including the sbuscription ID? I ask because the Payment Events Payload Example on the webhooks ...

mdc
Member

C# Sample code for GetTransactionList doesn't compile Solved

The following code fragment from the sample code doesn't compile.***************** var request = new getTransactionListRequest(); request.batchId = batchId; request.paging = new Paging { limit = 10, offset = 1 }; request.sorting = new TransactionList...

Transaction ID is 0

Hello! I use sandbox and C# examples from Authorize API for charge credit card. I get information with resultCode Ok for transaction request but I have transaction ID zero 0 in transactionResponse.I think it is not normal. How to get real transaction...

E00114 Invalid OTS Token

Our site stopped accepting payments through the Accept.JS interface. The system was working until today. Please HELP, your customer support team offered NO help and asked me to come to the community forum. What can I do to have payments come through ...

Xamarin Forms and EVM Card Reader

We have a project where we need to integrate the EVM chip card reader into a Xamarin forms solution that targets IOS. We are looking to work with a partner/consultant to help us with this integeration. Please contact me at development@3cstudios.com.

TLS 1.2 Issue -tetsing on sandbox

I'm trying to create some test transactions on sandbox. I have IIS 10.0 express and .net 4.6 and i got the error saying that the existing connection was forcibly closed by the remote host. Do we have to do any code changes to fix this?

raviparmarce88
Regular Contributor

accept hosted - Response of payment checkout from iFrame .

Hi All,Is there any way by which I can get particular token value in hosted payment form checkout response from iFrame. Can anyone share full response with all possibilities which we are getting after payment submission from the accept hosted form fr...

The credit card number is invalid

I use Sandbox and C# examples from sample codes for create customer profile and charge credit card. I put some credit card number with large number into this request fro creating customer profile and the request works good. But when I use next exampl...

Not Getting Payment Nonce Solved

I'm new to authorize.net. I'm using this link : https://github.com/AuthorizeNet/inperson-sdk-android.Now at this link code is provided for NON-EMV cards transaction which works for IdTech devices(as i'm able to understand) and code for EMV cards tran...

raviparmarce88
Regular Contributor

How to authenticate response of accept hosted form checkout

Hi I am using accept hosted payment form in iFrame. I have question regarding to response of iFrame payment checkout process.If some craft the same dummy response that authorize.net sending and pass that to our server then how can we authenticate tha...

Demo launch Fail

We are incorporating the Demo, and when we use the API to start the request, the request failed, Debug message showing “Peer not authenticated”. We thought it coul be the Http client authentication problem but we didn’t find anywhere outside that ask...

Serve Error Message

We are incorporating authorize.net into our mobile App we are developing. Our App will allow our customers to use our service and pay us within the mobile app (through authorize.net)When we are using mvn to create and run, we got error when came to t...

getHostedPaymentPageRequest not found

I'm trying to setup this example https://github.com/AuthorizeNet/sample-code-csharp/blob/master/PaymentTransactions/GetAnAcceptPaymentPage.cs in my application, however when I'm building my solution I'm getting many not found errors: Is there anythin...

zozo
Member

Accept Hosted Form Page is displayed as a blank page

I am able to generate a token and populate a hidden form field with that token. The Submit button posts to "https://accept.authorize.net/payment/payment". But all that is show in a blank page. What am I missing? I am using our production environment ...