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.

How to actually test refunds in CyberSource sandbox today (REST v2)?

In sandbox testing:Successful payment and capture using POST /pts/v2/paymentsAlways get: 404 Not Found "Transaction not found"payment_ id is correct (no typos, copied directly), using sandbox keys and test rest merchant. Refund within seconds of capt...

AuthorizeNetIFrame.onReceiveCommunication not firing on localhost

On my development machine, onReceiveCommunication is not firing after submitting from the hosted frame in the sandbox environment. The transaction is processed, but the browser never receives the transactResponse. It also doesn't initially fire when ...

No transactions are settling

Hello,I'm testing payments from my Odoo18 platform.All transactions with the "Captured Charge" status never change to "Settled" and they are a few days ago. I need them in "Settled" status to test the refund.Any idea?Thanks

VB.Net Sample Accept Hosted page?

Has anyone seen a successful, simple example of using vb.net to call an Accept Hosted page to process a card transaction? I've wasted a couple days trying to get a super simple proof of concept to work, and I just cannot get past a meaningless "E0001...

Accept Hosted Create Payment profile

When using the Accept Hosted page to create a payment profile, is there a way to make it so that the customer can only add, update, or select and existing payment method and not remove a payment method? Or have them only able to add a payment method?...

Getting error Invalid OTS Token.

Hi,We are trying to store one card in for one customer.It is giving error E00114 Invalid OTS Token..We have tried same card saving for another customer and it was working fine. So what can be cause of this issue. Please provide us possible cause of t...

How to Securely Deliver Scholarship PDFs Using Cybersource APIs

Hi everyone I’m willaim, managing an educational project called Oasis Scholarship — a free platform that helps students find and apply for scholarships.We’re exploring how to use Cybersource APIs to securely deliver scholarship-related PDFs (like for...

Adding PayPal integration gives an error

Any work with digital assets, cryptocurrency, and other financial structures generally requires a serious approach. This is why we recommend a structured and rapid implementation of KYB cryptocurrency payment solutions for banking. Our new company re...

Reviving Flash Games with Modern Payments

Hola a todos,Estoy trabajando con un juego Flash clásico que fue muy popular hace años, y quiero revitalizarlo para monetizarlo con microtransacciones modernas (por ejemplo, monedas del juego, ítems estéticos, acceso premium, etc.). Como muchos saben...

rlyle
Member

Refunding a transaction to the original payment method...

I would like to implement a simple refund process from our end using the API for a given transaction... where-as someone in our admin tooling, can refund a transaction easily back to the original payment method. However, I noticed in the API document...

Login failed. please try again

I get the above error when I run the ANetEmvDesktopSdk.Sample app. I enter the API Login ID: and Transaction Key in Username and Password. I got the credentials from the Merchant page while logged into my sandbox account I also check the SANDBOX chec...

Best practices for integrating payment APIs into HTML5 web games

I’m building an HTML5 web game with in-game purchases and wanted to share some lessons I’ve learned so far.Always use a secure backend instead of calling the payment API directly from the front end. Validate every transaction on the server before giv...

Exploring Secure Payment Flows for Interactive Applications

Hi everyone,I’ve been exploring different ways developers are integrating secure payment solutions into interactive platforms, especially games and web-based applications. The challenge often lies in balancing a smooth user experience with robust tra...

How Do You Handle Background Verification in Payment Integrations?

Hi everyone,When building payment solutions, one challenge I often think about is background verification and compliance checks. It’s not only about fraud prevention at the transaction level, but also about ensuring that the user has the right cleara...

Why is Integration Testing important?

Integration Testing is crucial because even if individual modules work perfectly, they may fail when interacting with other modules. It ensures proper communication between components, detects defects early, and improves overall software reliability ...