Credit Card and CVV fields are type="tel"
I understand that type="tel" provides a numeric keypad for mobile users, but it also breaks accessibility and does not accurately describe what is being inputted into the field.A vision impaired user will hear "Input telephone number" on the credit c...
What's Your Go-To Snack While Collaborating with Cybersource Technology Partners and ISVs?
We all need a little fuel for creativity! Share your favorite snacks that keep you energized and focused during those brainstorming sessions with Cybersource Technology Partners and ISVs. Whether it's a classic combo or a unique treat, let's swap sna...
Unable to Add Credit Card to Google Pay
I'm currently facing a specific issue with Google Pay on my Android device. The problem is that I am unable to add a credit card to Google Pay. Every time I attempt to add a card, the process starts, but it eventually ends with an error message indic...
Greetings to the CyberSource Developer Community
Hello CyberSource Developers!I'm thrilled to be a part of this dynamic community and excited to introduce myself. My name is Alexander, and I've recently joined the ranks of developers here .A bit about me: I come with a background in [Your Field or ...
Google Pay Integrations
I accidently copy/pasted the wrong key into the KeySet ID needed to enable Google pay. I need a new one to copy and past but it doesn't allow me to generate one. Authorize, Google, and Android cant help .
recaptcha for Secure Acceptance Hosted Checkout
Is is possible to add recaptcha to the Hosted Payment Form?
Unable to Create Sandbox Account - "Registration Failed. Please try again
I'm facing a persistent issue while attempting to register for a sandbox account. The system consistently returns the error message "Registration Failed. Please try again." despite ensuring that all mandatory fields are correctly filled.If anyone has...
Line item model when creating an account over API: discount + tax information
We create transactions over API. When looking at the XML schema, the line item model on the create transaction request can take several fields which describe tax and discount amounts for those line items.These same fields are available when retrievin...
Register for a sandbox account not working
Hello all, I am trying to create an sandbox account (Sandbox account sign up), but always receive an error"Registration Failed. Please try again."I am filling all mandatory fields requiered. is there any restriction to create sandbox accounts?Thankk ...
ARIA - Cybersource field does set aria-invalid to true when the field is invalid
In the screenshot, you can see the card number was marked valid:false, but aria-invalid is still false on the input. Any ideas?
Payment No Processing
No payments since Friday night Oct 20 at 10pm. Empty Response is code and both web developer and Authorize.net are not taking responsibility Anyone having this issue? Any ideas? Authorize.net payments not going through for ALL web developer sites.
Processing a Google Pay payment - error - CONSUMER_AUTHENTICATION_REQUIRED
Hi all, I'm integrating Google Pay into a single page application following the documentation linked here: https://www.barclaycard.co.uk/content/dam/barclaycard/documents/business/accepting-payments/M15-Google-Pay-Integration-using-REST-API.pdfWhat I...
partnership
how can i partner with cybersource directly?
Initiating a Payment without Card Details
Hi there,I'm Stephen. This is my first time to integrate with Cybersource, and I'm wondering how I can:- initiate a payment without sending card's details- receive link from Cybersource that will redirect the user to a webpage wherein he can securely...
Problems with preauthorization in the sandbox
I'm trying to check card validity by using zero amount authorization with Node.js SDK in the sandbox, and there's an error occurred (See below)while attempting to send requests with test card info. Thus, I wanna know whether billing info is required ...
How to Show Customize or Dynamic Descriptor/Merchant Name in Cardholder's Account Statement
I am using Cybersource for Capturing Payment and it is Working Fine. Now I want to change the descriptor or merchant name as per requirements. by default Descriptor name is showing Merchant Business name which is ok.Documentation Saying that i need t...
Accept Hosted setting the customerProfileId field value to display four most recent Payment Profiles
Regarding the Accept Hosted solution, I am trying to send the necessary attributes in order to have the four most recent payment profiles for a customer profile displayed so that the customer can choose among these payment methods or enter new paymen...
cyber source integration with googlepay
currently, I am having token provided by GooglePay in base64 encoded and I am hitting the API of "Authorize Google Pay (CyberSource Decryption)" using the token and then hitting capture payment API "Capture Payment API" These APIs are from the offici...
Not receiveing email when create a new sandbox account
Hi! I'm not receiveing email to create user and password when create a new sandbox account.And the "E-commerce or card present?" option is giving me the next error:"Should have at least one of products: Card Processing, GiftCards or eCheck."
Project Manager question
Hi there- I'm a PM but trying to answer a Developer's question. We have set API to Cybersource making an assumption based on early design sessions:We hardcoded into the API code to CyberSource with the address to our company Headquarters but CyberSou...
Dealing with Integration and Script Timeouts – Seeking Advice
I've been encountering some challenges with integration tasks and script timeouts in my development work recently. I'm working on integrating a third-party API into my web application, and I'm experiencing script timeouts when making certain API requ...
Hosted accept not working now server enforces X-Frame-Options: SAMEORIGIN
Hi,We use the hosted accept to accept a payment, as per https://developer.authorize.net/api/reference/features/accept-hosted.html and https://github.com/AuthorizeNet/accept-sample-app This used to work absolutely fine. However, we have now configured...
how can i connect api to my site?
hi how can i connect api to my site?
Merchant initiated transactions fail using stored payment method in cybersource
I am using CyberSource and here is what I am trying to do:make payment with PAN (customer initialed transaction)store payment for future useuse stored payment method for merchant initiated transactionsDocumentation I used: https://developer.cybersour...
Issue with Cybersource API Integration - Unable to Retrieve Payment Information
I'm currently facing an issue while trying to integrate the Cybersource APIs into my system for payment processing. I've followed the documentation and guidelines provided by Cybersource, but I seem to be stuck at a particular point.The problem I'm e...
Where is (and what is) the profile-id?
It seems the Cybersource test site could care less about send the profile-id in the HTTP header.I've also discovered the v-c-merchant-id is actually the Organization ID I see on the Cybersource dashboard. Which makes no sense to me, but whatever....H...
DECISION_PROFILE_REJECT
Need help.I have a cybersurce account. When I fill in my API credentials on their console and try to make a transaction I get this error:"errorInformation": {"reason": "DECISION_PROFILE_REJECT","message": "The order has been rejected by Decision Mana...
Issues with the hosted page for billing address
Hi,We have recently implemented the Cybersource payment gateway with the hosted page to enter the billing address and the credit card details. Our installation is in Australia and we have been told the address details will not be used for any validat...
Organization ID vs Merchant ID (Sample API Project)
I'm brand new to CyberSource, so please pardon my stupid questions. I'm attempting to navigate the sample projects from the GitHub page. I've downloaded the master zip file, copied the sample.xml file to the bin folder, and started to edit the necess...
Expected Timeframe for Upgrading PYXB To A Version Compatible With Python > 3.9?
Hello everyone, I am a developer that is leveraging Authorize.Net for purchases on my application. My application requires usage of Python 3.10 and above.When I tried to use your ‘authorizenet' Python package in my application, I received the followi...