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.

jawad
Member

Give full customization of email receipts

Hi, i have a merchant account. i develop my Site in c# .net and add payment methed with the help of code which is available at GitHub. it is working correctly. and payments are performed correctly. after each transaction i get email which have the in...

Weblink Help

My aunt has a small company that is in need of an upgrade as of April 30th. Can anyone please point me in the right direction? I did some digging and feel as outdated as can be. Below is the code as it appears on her website .php " >" >

 

Thanks so mu...

Help with moving on from Weblink

We are a small company that has been using the same authorize.net online payment web page for 15 years and now we must do something quickly before Weblink is discontinued on Sunday. Our developer was tasked to do the work several weeks ago, but he le...

Running Test Orders on Shopify Solved

I've tried running test orders on my Shopify store but each time I place an order, it returns an error. The response code is 7. I double checked the API Login ID and Transaction Key. I set test mode on both Shopify and AuthorizeNet account. These are...

raviparmarce88
Regular Contributor

Credit card masking in accept hosted form

Hi Team, We have such a requireement which says that credit card number should be masked when entering in payment form. I am not sure how this can be achive in accept hosted form for payment processing. Please suggest me is this is possible in accept...

dhara
Member

No refund received on cancelling order from authorize.net live account

Hi, A customer have placed an order of $1 using Mastercard credit card and with in few minutes I cancelled the order from my authorize.net account. The order status is "Voided", Now the order has moved to "Settled transaction" mode, now the customer ...

balv
Member

Api to get the currency of the gateway account Solved

Hi, As the title, I wonder is there anyway to get the currency of the gateway account? Since in my case the gateway account is configuable and I don't want to always send amount in USD to the gateway in the code. It would very useful if I can get the...

Accept.js curl url Solved

Hi, I was testing the Accept.js integration and got everything working (I suppose) on sandbox/development mode since it sent me the "This transaction has been approved." message. Currently I am using this (from the sample app transactionCaller.php)$u...

ssimons
Contributor

Verify Customer

This is my first time using Authorize.net, and I am using it simply to verify the identity of website members. In other words, I want to link a member account to a cardholder. I am able to get a transaction to succeed with just credit card details. W...

amirsa
Member

Webhooks for ARB transactions is not working

We are in process to switch from silent-post to webhooks for one of our clients. I activated the following webhooks notifications on my sandbox account: "net.authorize.payment.authorization.created","net.authorize.payment.authcapture.created","net.au...

monki
Contributor

Hosted forms field order

Using the Accept Customer hosted forms for CIM management. Is there any way to affect the order of the fields displayed? For instance on the edit payment form, the country and zip come before city and state, it would be more intuitive for our users t...

Class GetHostedPaymentPageRequest not found

I'm attempting to integrate a hosted payment page using Authorize.Net I have successfully installed the SDK using Composer (including dependencies) and got the Hello World example working. However, when trying to create a hosted payment page using th...

TonyS
Contributor

Need help getting DPM to work Solved

First off, I am using DPM because my understanding is that Accept.js does not support e-check and the whole reason that I am involved in making this update is to add e-check support. I am trying to rewrite a classic ASP page for DPM in VB.Net using r...

glyoder
Contributor

Original Transaction Not Issued For Payment Profile

The best way for me to explain our problem is by describing how we're authorizing payments and creating payment profiles. We're creating customer payment profiles in this order: 1. We create a payment nonce using Accept.js2. We use the payment nonce ...

Show labels in accept hosted iframe in another language Solved

Hi, Got Accept Hosted working in an iframe, very cool. But then it dawned on me that I need to display it in Russian in order to replace my existing AIM implementation. I was not able to find an API call that could support alternative-language labels...

ssgdev
Member

Desperately Need PHP Code Samples For Dynamic Pricing

Can anyone please provide some php code samples for dynamic pricing? We have been stuck on this for over a month and it's nowhere to be found in the documentation. Please if you can give, post a reply. Thank you.

TRANSACTION_DECLINED even tho network transaction reports success

Hey we are using a chip reader from your device loaner program and android in-person SDK.During development we have noticed a strange SDK behavior, which we would prefer to clear up before going to production. As mentioned here http://forms.authorize...

CIM - Customer Payment Profiles Requests - ExtraOptions

Using the .NET SDK library, createCustomerPaymentProfile and updateCustomerPaymentProfile doesn't seem to expose the CVV and AVS result codes as easily as it is with createTransactionRequest. Customer/Payment profile management happens at a different...

Iframe Response/Asp.net

Hi i am new to the authorize.net world and i have been playing around with the hosted payment form. i am creating a ASP.net Applicaiton and trying to integrate this payment page. I have gotten the iframe to open the gateway. but how can i get a respo...

How do I enable tokenization?

I have a new authorize gateway and have set up the API log in and transaction key and the client key. Next I'm asked to enable tokenization but am not sure how. Help? Thanks!

Devin
Contributor

C# Api getCustomerProfileRequest null response

I'm trying to test the getCustomerProfileRequest in the C# api but my response is always null. This is what i have so far: ApiOperationBase.RunEnvironment = AuthorizeNet.Environment.SANDBOX; ApiOperationBase.MerchantAuthentication = new merchantAuthe...