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.

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 ...

What is Integration and Testing?

Integration and Testing is the process of combining individual software modules or components and testing them as a group to ensure they work correctly together. It identifies interface issues, data flow problems, and ensures that the combined system...

verifyCard transaction type in sand box

my developers can't seem to get the verifyCard transaction type to work in the sandbox server.below is what they are seeing and there questions. appreciate and helpTIAIssue: Credit card validation request with verifyCard transaction type fails.Reques...

'AuthorizeNet' does not contain a definition for 'Environment'

I added AuthorizeNet through nuget, used the sample C# code from the documentation to test performing an authorization and the code won't compile past the first line of code:using AuthorizeNet.Api.Controllers; using AuthorizeNet.Api.Contracts.V1; usi...