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.

Hosted checkout flow

I am trying to implement a hosted checkout ui. I used to generate the signature and other details from the backend and then used HTML for loading the page. But unfortunately, I am getting unauthorized and session time-out errors.Can anyone help with ...

nvergnes
New Member

Code 210 - Test credit cards

Hello all,I am looking for a test credit card (sandbox) to test the 210 error return code (insuffisant fond).Have you already tested this use case please? THank you.

vankhoafgc
New Member

I can't activate my developer test account

I tried to register a test account on this page https://developer.cybersource.com/hello-world/sandbox.htmlIn the email I received the activation link https://ebc2test.cybersource.com/ebc2//ebc2/user/registration?token=....But when I clicked on it, th...

Gaming

Can anyone suggest me that how i enhance the styling of my website.

avalynn
New Member

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

luxshinehair
New Member

Luxshine Hair

Luxshine Hair is a Vietnamese hair vendor and company with 20 years of experience, specializing in high-quality Vietnamese human hair extensions. We provide wholesale hair solutions with ethically sourced, natural, and durable products to meet all be...

efrenba
New Member

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

Surbhi2105
New Member

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

MrWilliam5
New Member

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