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
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...
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 .
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.
Error "No data matched your request" returned in UAT when opening a transaction from Case Management
Hi,In UAT, we integrated with Decision Manager API to run applications Decision Manager and Advanced Fraud Screen on transactions.However, the issue we are facing is that we are able to pull up transactions from Transaction Management UI, but see not...
Messaging Platforms: The Unseen Operating System of Our Lives
We don't "use" messaging apps anymore. We live in them. They have evolved from simple utilities for sending text into the invisible operating system for our relationships, our work, and our daily logistics. The home screen might show icons for your w...
Common sandbox configuration mistakes and how to fix them
Common sandbox configuration mistakes in CyberSource include using incorrect API credentials, wrong endpoint URLs, or outdated SDK versions. Another frequent issue is mixing production and sandbox data, which can cause authentication or transaction e...
Resolving version compatibility issues with CyberSource SDK
To resolve version compatibility issues with the CyberSource SDK, first ensure you are using the latest SDK version compatible with your programming language (Java PHP or .NET) and platform. Review the SDK release notes to check for any breaking chan...
CyberSource Java/PHP/.NET SDK not working – fixes
Ensure that the latest CyberSource Java, PHP, or .NET SDK version is installed along with all required dependencies. Verify that your API credentials, authentication keys, and endpoint URLs are correct. Check for any firewall or network restrictions ...
How to handle duplicate transactions with CyberSource API
To handle duplicate transactions with the CyberSource API start by implementing idempotency keys or unique transaction identifiers for each request. This ensures the API can detect and prevent repeated submissions. Additionally, before processing a p...
The transaction cannot be found (Error Code -16)
For one of my customer, around 15 payments moved to in review status on 9th dec 2025, due to the immediate charge card transactions followed by authorize card transaction(time gap is less than a sec) are failed due to error code '16The transaction ca...
Accept Hosted iFrame - Sandbox issue only - Browsers started enforcing a content security policy
Urgent Sandbox issue. Our product has been successfully using the Accept Hosted payment method for years now where we embed the form in an iFrame. Recently the Chrome and Edge browsers started enforcing a content security policy that is blocking the ...
Accept Hosted - Issue with Chrome's new "Local Network Access" / "Private Network Access" policy
Our product has been successfully using the Accept Hosted payment method for years now where we embed the form in an iFrame. Recently the Chrome browser started enforcing a new "Local Network Access" / "Private Network Access" policy and this behavio...
Best Practices for Managing Recurring Payments in Authorize dot net
I am trying to integrate Authorize dot net payment processing into my website and I want to implement recurring billing for subscriptions. I am a bit confused about the best way to handle updating customer payment information securely without interru...
How to perform a merchant initiated transaction (MIT) against a network tokenized card
I'm going to ask this question again because it's been a month with no answer here or on StackOverflow. Does anyone know what the request looks like to charge a tokenized card in a merchant initiated transaction (MIT) context? They have the following...
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 ...
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.
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...
Cybersecurity
How i implement cybersecurity on my site?
Gaming
Can anyone suggest me that how i enhance the styling of my website.
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 (sandbox) – suddenly stopped work
Hi team,The on Receive Communication handler suddenly stopped firing on localhost in sandbox while everything still works perfectly on staging.Transaction is processed successfully in sandboxNo transact Response is ever posted back to parent pageHand...
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 ...
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...
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
Building Reliable Online Scheduling Systems: Lessons from NBI Appointment Online 2025
Hi everyone, I’ve been studying different approaches to online scheduling and verification systems, and one interesting real-world case is the NBI Appointment Online system in the Philippines (2025). It’s a good example of how structured workflows, u...
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...
Does Cybersource support multi-currency payments, and how can I enable it for international customer
Yes, Cybersource makes it easy to accept payments from around the world by supporting multiple currencies. This means your international customers can shop and pay in their local currency — creating a smoother, more trustworthy checkout experience an...
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...
How to perform a merchant initiated transaction (MIT) against a network tokenized card
Does anyone know what the request looks like to charge a tokenized card in a merchant initiated transaction (MIT) context. They have the following documentation which works for a customer initiated transaction (CIT) against a network tokenized card.h...
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...
Avoid Fraudulent Transactions - Ask customer to enter just CVN alone
Hi, We are seeing fraudulent transactions coming from customer accounts, where the customer tokens are compromised and purchases are made without their attention. As an option, we are seeing if there is any way where we can mandate the customer to en...