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.

Authorize.net webhoot not working for live transactions

I have tested the webhook in test mode.I have tested with the test webhook feature. I found both above workings.I configured the live app and set up the webhook but it is not working. If I use the test webhook method it is working but for actual tran...

Authorize.NET - not supported???

I'm confused about something. I've been watching for a few updates that said Authorize.NET gateway was no longer going to be supported but thought the plugin/extension would eventually "fix" itself. A client has moved banks and they only support Auth...

Authorize api help any one used

I use Authorize.net for my Shopify shop. I would prefer to use Shopify's own payment processing (which is via Stripe), but because I sell dietary supplements, I'm prohibited.Authorize.net assigned me the Merchant Service Provider (MSP) of Cybersource...

Authorize.net Wordpress Plugin Breaks Suddenly

I have a Wordpress plugin I guilt almost a year ago which suddenly stopped working properly this week. The problem seems to be that my webhook.php file is not updating my database containing the order status when it is paid. I can think of no reason ...

Hosted Form

Can we get a form token without authorizing any amount?

Sharing a Credit Card across multiple merchant accounts options?

Hello, our business is selling parking products across different merchant accounts, where each of these businesses will have its own Merchant account.We would like the user to only have to save their credit card once and use it with many merchants. I...

tnnick
Member

Sudden breaking of API for CIM

We use Customer Information Manager to store card data for clients. It's been working for 3 years on two different sites without issue. It's suddenly stopped working for one of the two sites and we receive this response from Authorize.Net below. Both...

Get Refunds for single payment

Flow I did Generate payment for $100.Successful , get Transaction ID.initiate Refund for above Payment of $10.initiate Refund for above Payment of $5.Is there any API is there which can give Refunds for Payment using transactionID?.

Payment gateway integration best practices

Hi all, has anyone worked on payment gateway integrations for accepting payments in USA and Dubai? I'm evaluating vendors and also looking for best practices around adding multiple PGs.

Void Transaction

Hi all,I'm facing an issue on a voided transaction. The voided transaction is not returning an auth code, and the transaction is charged twice. I do not understand what might be the problem.

WebHook: merchantReferenceId not present in Payload

Since about 4:00 PM CDT on 5/8/2022, the data that has been coming to my Webhook endpoint has been missing the "merchantReferenceId" field in the "payload" node in the request body. I tested our integration in the Sandbox Environment and the "merchan...

Authorize.net support not responding when contacted

Hi all,Did anyone else have an issue contacting Authorize.net support? I've sent multiple emails at different times and never received a response. It's pretty annoying at this point. Is there an alternative way to contact them?Thanks

EmbedMongo for integration testing

HiI was looking for transaction support to rollback the changes while doing testing my app written in Spring+RESt+Mongo 2.4. But its not possible since we cant use transaction for mongodb. While searching about integration testing I found few links a...

Overriding beans in Integration tests

HiFor my Spring-Boot app I provide a RestTemplate though a @Configuration file so I can add sensible defaults(ex Timeouts). For my integration tests I would like to mock the RestTemplate as I dont want to connect to external services - I know what re...

How to show the recent post update date on a post? Solved

Hi I am new in this wonderful community.I am facing issuerelated to showing post update date with my site posts. Cananyone send me custom code so that i add it and my updatedate of post starting showing instead of publish date.

Payment Gateway Integration

HiWe are the Team of Web-developers. We are looking for payment gateway for our software-selling website. We don't have a company and legal documents. We need to accepting: Visa, MasterCard, American Express, Chase and Discover. We are ready to integ...

When to use Spring Integration vs. Camel?

HiAs a seasoned Spring user I was assuming that Spring Integration would make the most sense in a recent project requiring some (JMS) messaging capabilities (more details). After some days working with Spring Integration it still feels like a lot of ...

API endpoint and refId

I'm using the hosted iframe payment page "Accept Payment Page",1. The response does not returning the refId (I'm sending the "setRefTransId" and get 0 in return)2. How can define an API endpoint to get the transaction data back to the server on trans...

Does Google provide test users for integration testing

HiTest users are very good to do integration testing.When I develop facebook oauth enabled stuff I can programmatically create test users and use them as real users of my application. They behave in the same way of real users, the only difference is ...

Integration and Unit testing Nifi process groups

HiI have a few Nifi process groups which I want to run integration tests on before promoting to production. The issue is that I can't seem to find any documentation on how to do so.Data Provenance seems like a promising tool to accomplish what I want...

IanA
Member

PayPal Express integration via Authorize.net and the PayPal Express API

I'm working on attempting to implement PayPal as a payment option via Authorize.net, but I'm kind of uncertain on the specifics, and haven't been able to fully wrap my head around exactly how it's supposed to flow.As far as I can tell, I'm supposed t...

Discover CardType is Null

Hello,I'm running into an issue when trying to display the CardType from a creditCardMaskedType for a Discover card in a PaymentProfile. Other card types return properly, but for a Discover card, the CardType field is null. Is this expected behavior ...

AWS and Github

HiI'm trying to set up a website through AWS, just for a bit of fun. I've set it so that AWS accessed the site files through a github repository. This repository is public.I have some questions, does the repository need to be public, and if not, are ...

Xamaaa
Member

Cybersource Payment Integration in React Native

I am trying to integrate Cybersource Payment for Hosted Checkout in our Expo React Native app. Our e-commerce web application is build on Wordpress and it uses it's custom plugin provided by Cybersource. So, a little help and guide would be appreciat...