error 102
how to fix invalid or missing merchantConfig.business.merchantDescriptor.phone
REST API
What are some best practices for securing a REST API in today's cybersecurity landscape?
Cybersource fields are not marked with aria-required
Since these fields such as credit card number and cvv are required fields, we need the ability to add the aria-required attribute to the inputs.
Getting 406 Error during HTTP POST API Call
We have been using the same API Calls for 7 years without issue. Over this past week, we started to get 406 errors. See below. Please let me know if you have any suggestions: * About to connect() to secure.authorize.net port 443 (#0)* Trying 198.241....
HTTP response code: 403 for URL: https://testsecureacceptance.cybersource.com/pay
I wanted to call https://testsecureacceptance.cybersource.com/pay using HttpURLConnection. This is a similar pattern used in the sample JSP of the documentation. 403 error is thrown, and looking at the Secure Acceptance instance, no transaction is lo...
Receiving JWE error on Format
The process of obtaining the authorization token requires several steps of decoding, encoding, decrypting, and encrypting data. At the end you have a JWE (JSON Web Encryption) object you submit to Cybersource and they return the token we will use lat...
A message element required as defined in Table A.1 is missing from the message. deviceChannel
Hello, I am implementing 3DS on REST API, I have been doing some tests and I was able to get the authentication window for 3DS just fine, a few days ago, I started getting error: A message element required as defined in Table A.1 is missing from the ...
Cybersource cardinal commerce error
I am implementing REST API with node/express.js that uses 3DS authenticationI am able to generate the acsUrl and PaReq just fine (for enrolled cards). When I pass the acsUrl in form action and the PaReq, MD and TermUrl in the form, the 3DS windows sh...
New to Cybersource!
Hello Cybersource Community! Thrilled to join this dynamic space. I'm John, and I've come with a background in configuring network and IT infrastructures. What drew me here is my keen interest in exploring the nuances of online security and digital p...
New Member Here - Any Tips for Getting Started?
Hey everyone I'm Danny Cavill. I'm new, to the world of development. Are there any developers here? As a beginner I would really appreciate your advice and tips. I'm extremely excited to dive into this community and learn from all of you! I'm eager t...
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...
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...
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...