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.

Facing Challenges with Integration and Script Timeouts

I hope you're all doing well. I've been working on integrating Authorize.net into my application, and I've hit a bit of a roadblock. Specifically, I'm encountering an issue with script timeouts during the integration and testing phase.When I initiate...

Is recurring billing possible with Apple Pay?

Hi All,We are trying to get a recurring billing setup with Apple Pay and CIM. We can successfully get a token from Apple, and successfully create a customer profile at Authorize.net using that token where the card is authorized and the test transacti...

authorize merchant services

I need the codes to be able to open the merchant service center directly and without leaving my website.

Authroizet.Net Create Customer Profile API

Hi I am using Authroize.Net as a Payment Gateway and integrating with ECommerce storefront (salesforce).Issue: when I call Create Customer Profile API , with Validation Mode: = "liveMode", I get below response.API Documentation does not describes wha...

POS Terminal - with winforms application

Hi _ i've been tasked getting authroise.net to work with a legacy winforms app.I have integrated the paymentform ok and that seems to be working - I used a WebView2 and the Accpeted Hosted method. Pointing a webhook back to our api. But clunky but it...

magento

Hello Sir, In time of payment we send the request data like Card Number, Expiration Date and Card Verification Number along with authorize.net Login Id and Client Key to this following authorize.net CDN url CDN URL: https://js.authorize.net/v1/Accept...

Microform v2 On Change Event

Currently, I am facing an issue with the 'change' event of the Microform. The problem is that I created 2 fields 'number' and 'securityCode' and added an event listener 'change' on both fields. When I started to input or modify the value of the Card ...

JCT
Member

Getting Credit Card Data

I'm searching the authorize.net API for how to request that a list of a customer's (by a Customer ID or Profile ID) stored credit card numbers be returned so that these cards can populate a payment form select list. Get Customer Payment Profile List ...

Timeout Relay

Hi,We are getting this:"Your script timed out while we were trying to post transaction results to it.Transaction ID: 44224611xxxTransaction Result: This transaction has been approved.The following message was displayed to the customer:---------------...

$0 Authorization to receive a token

I have a customer who needs to do a $0 auth on his website, and receive back a token he can use to charge the card later, when the order ships. Does this require customer profiles? If not, at a high level, how would I do it?In case it matters, I will...

LynnBT
Member

Passing a form but not passing credit card info

Hi folks,I'm looking for a solution for a client that was initially told they could use Simple Checkout - however, Simple Checkout doesn't have the form fields the client would need. I was told by a sales rep that we could build a form with these cus...

I am having an issue accepting payments in my live platform.

Hello I am integrating authorize net to accept payments with my online ordering system. I was using a sandbox account that was not attached to the merchant account I am building for. I am getting an error when switching my sandbox's API Login ID and ...

vbauz
Member

Issues implementating react-acceptjs on NextJS

I am trying to implement the package react-acceptjs to process payments but I'm encountering some issues with thisThe code:Spoiler (Highlight to read) console.log('response', response)} environment="SANDBOX" onResize={(width: number, height: number)...

vbauz
Member

Manual Implementation in Nextjs issues

I've tried a manual implementation of the Authorize.Net in NextJS and so far accomplished this:I am able to generate the tokenI am able to render the form inside an IframeHowever, when I check the network tab on dev tools I see the request status is ...

Apple Pay + Shopify + Authorize.net

I've spent hours scouring the web and working through support to get Apple Pay working through Authorize.net's payment gateway for Shopify with no luck.My Apple Developer Account has a Merchant ID, Apple Pay Payment Processing Certificate (from the A...

Not sure about dealing with this Error Code on a refund. Solved

In the sandbox testing that i did with the api Refund Transaction I apply this code:736wH2t3XXX942pV3HXXXX851112refundTransaction51.94USD0012XXXX8000032351145891Qty 124496ProductDesc332965149.00true2.94 with the sandbox in live mode it will not work....

troyk
Member

I need help in JSON adding the invoice number via API Solved

I need help in JSON adding the invoice number via APIThe following code works great:```"{ \"createTransactionRequest\": { ¶ \"merchantAuthentication\": { ¶ \"name\": \"" & $name||Company_API_Login & "\", ¶ \"transactionKey\": \"" & $transactionKey||C...

pmarangoni
Contributor

ApplePay

Do you have any documentation covering the integration of ApplePay with your API?

The excludeFromAccountUpdater in the Dot Net C# SDK

I am trying to set the excludeFromAccountUpdater payment profile property to true using the SDK v4.0.30319. This property is included in the API documentation request and response object definitions but it is not listed in the SDK object browser.Of n...

Refund process methodology question and Authorize capabilities

I have completed a test case in the sandbox in creating a refund, but I could not change the original order. I am finding that the process is not what I really want to do. So I thought I would make an example that individuals can comment on.1. I have...