Best Practices to Protect Payment Pages and APIs from Bots and Fraud
Hi everyone,I’m reviewing the security of my website and want to ensure that payment-related pages and APIs are well protected from bots, scraping, and fraudulent activity. My site interacts with external payment services and APIs, but does not direc...
Unified Checkout v1.1 /flex/v2/complete returns 400 MISSING_FIELD for card data with completeMandate
Hi CyberSource Support,We are integrating Unified Checkout v1.1 with completeMandate for a Sale flow (authorization + capture + 3DS). The widget renders correctly,Auth Setup completes, Device Data Collection succeeds, but the internal POST /flex/v2/c...
Exploring Secure Payment Solutions with Cybersource
Cybersource is a leading global payment management platform that enables businesses to process online payments securely and efficiently. It provides a comprehensive suite of solutions, including payment processing, fraud prevention, and risk manageme...
Connection reset error when MLE response is enabled in create payment Call
DescriptionWhile verifying Message Level Encryption (MLE) integration using this SDK together with the official sample repo cybersource-rest-samples-java, I encountered a Connection reset exception only when MLE response encryption is enabled.The sam...
Credit card authorization error on Sandbox Account
Hi,I'm getting the following error whenever I try and make a credit card authorization on my sandbox account."The following property is either invalid or missing: usd_outlet_id, usd_terminal_id"My merchant id is "tr_122201_1773211850"
Webhooks not being delivered in Sandbox (only health check requests are received)
I'm experiencing issues with webhook delivery in the Cybersource sandbox environment.I have configured webhook subscriptions with the appropriate products and event types (e.g., customer invoicing and recurring billing), and the subscriptions are mar...
Unified checkout Apple pay setup on web
I am trying to setup Apple pay on my website, I am using unified checkout sdk, I have verified my domain do I need Apple developer account as well to setup apple pay on my website or is it handled by unified checkout?
Best approach for handling payment failures when integrating Cybersource API?
I am currently exploring the Cybersource payment APIs for a project and I want to understand the best way to handle failed transactions in a a production environment.During testing I noticed that transactions can return different response codes depen...
The following property is either invalid or missing: hkd_outlet_id, hkd_terminal_id
Reason Code 150 - The following property is either invalid or missing: hkd_outlet_id, hkd_terminal_idI am currently integrating Secure Acceptance in the Sandbox environment , but I am encountering the following error during transaction processing:"Th...
The following property is either invalid or missing: usd_outlet_id, usd_terminal_id
Title: Reason Code 150 - usd_outlet_id usd_terminal_id missing on SandboxHi,I am getting Reason Code 150 on all payment attempts in sandbox,even using the official PHP sample code:Samples/Payments/Payments/SimpleAuthorizationInternet.phpError: "The f...
Create a new payment token with an existing customer token
Hi, I am trying to create a new payment instrument token (new card) when creating an authorization. The token creation for first time is well documented: https://developer.cybersource.com/docs/cybs/en-us/tms/developer/all/rest/tms/tms-mult-tkn-create...
Handling partial deposits and "Pay-by-Link" for high-ticket modular units?
Hi everyone,I’m working on a payment integration for a client that manufactures large-scale portable offices and modular cabins (you can see the product scale here: https://portaking.pk/).Because these units are expensive and often custom-built, we d...
Can anyone tell me which free api can be used to download legal youtube audio?
Hi all,I am running a website where i am using an api to download audios from youtube. I am having problem now with this api so please can anyone tell me is there any other free api available in the market so i can continue my work peacefully.
Has anyone implemented Cybersource 3DS Payer Authentication
My team and I are currently integrating Cybersource 3D Secure (3DS) Payer Authentication into our merchant payment flow, and we would appreciate your guidance to ensure our implementation aligns with Cybersource best practices.We would like clarifica...
sandbox registration does not send an email
Hello, I am attempting to register a new account on https://developer.cybersource.com/hello-world/sandbox.html. The page displays the profile ID, key, and secret, and indicates that I should receive a confirmation email; however, I never received tha...
Capture Context with http://localhost TargetOrigin
Hi, I'm attempting to make a Unified Checkout capture context call with an http://localhost:[port] TargetOrigin, but getting a 400 error back. Is there any way that this call can be made with an http TargetOrigin? I need to be able to do this as our ...
Best strategy for streamlining PCI compliance when collecting KYC data alongside payments?
Hi everyone,I’m currently architecting a flow for a high-volume merchant and I’m looking to minimize our PCI DSS scope. We need to collect sensitive payment info (handled via Cybersource Flex Microform), but we also need to gather significant KYC/onb...
How can transaction latency be minimized when using Cybersource APIs at scale?
Transaction latency when using Cybersource APIs at scale can be minimized by applying a combination of architectural, network, and application level best practices.First, ensure that your application uses the closest Cybersource regional endpoint to ...
Microform placeholder styling not working Solved
The documentation here shows that you should be able to use the `::placeholder` selector to set the color of the placeholder text. I've tried setting this, and it seems to have zero effect. I've tested in Chromium based browsers as well as Firefox, b...
Unified Checkout Apple Pay
Hi,Attempting to implement Unified checkout using a test card in my wallet but I'm getting the following error?TOKENIZATION_ERRORBad captured dáta structure:mismatch between signed and outer transactionIdsAny ideas?Thanks
Looking for Custom API Solution: Auto-Retry Failed Payments Using Secondary Card/s
Hi everyone,We’re looking for guidance and/or a developer referral for a custom Authorize.Net API solution.Our setup:• WooCommerce Subscriptions manages recurring billing• Authorize.Net stores customer payment profiles with multiple cards on file (CI...
Best Practices for Handling 3D Secure Redirects in Cybersource REST API
Hi. Just integrating 3d secure with cybersource rest api. when transactions triggers 3d authentication, I receive a redirect url. how to handle callback once authentication is complete?
Best Practices for Estimating Interior Openings in Construction Projects?
I’m currently exploring ways to improve accuracy in estimating construction projects, specifically when it comes to interior openings like doors, windows, and other penetrations. As a project planner, I’ve noticed that miscalculations in these areas ...
Issues Integrating Cybersource Payment on Our Website
Hello, I’m integrating Cybersource payments on our website and running into issues with transaction handling. While payments are being submitted successfully, the transaction status sometimes doesn’t update correctly in our system, and webhooks aren’...
pc builds bottleneck calculator
A truly successful product launch usually comes down to timing, clarity, and strong user feedback loops.Clear positioning and pc builds bottleneck calculator a simple value proposition make it easier for people to understand why the product matters.E...
Secure Acceptance and Google Recaptcha
I am using Secure Acceptance Secure Checkout and trying to integrate with Google Recaptcha v3. If I add the Signature and hidden fields that I need to call Secure Acceptance, then the Recaptcha quits working. Same with the other way around. I cannot ...
Help with CyberSource API integration – best practices and common pitfalls
Hi everyone,I’m currently integrating the CyberSource APIs into our payment workflow and would love some advice from those who’ve done this before.I’ve got the basics set up in the sandbox and can make API calls, but I’m running into a few challenges...
Why does CyberSource sandbox account activation fail?
I signed up for a CyberSource sandbox developer account, but the activation link returns an internal server error. Is this a known issue, or is there something specific I need to fix on my side?
Buy AWS Account
Where to Buy AWS Account?
Best Practice for Rotating API Keys in Sandbox and Production
Hi everyone,I’m looking for guidance on API key rotation in CyberSource. Is there a recommended best practice for rotating keys in both sandbox and production environments, without causing service interruption?Specifically:Can multipleo active API ke...