Flex Microform Field Load
"const microform = new Flex(this.captureContext).microform({ styles: this.myStyles }) const securityCodeField = this.microform?.createField('securityCode', { placeholder: '•••' }) securityCodeField?.load('#securityCode-container')"it load the securit...
Getting error in lower org
In the project we implemented the test flex microform for CyberSource in higher org it's properly load card number and security code filed but in lower environment getting CSP violation (error: Refused to frame 'https://testflex.cybersource.com/' bec...
Transaction Error
i am tryin to run a test transaction but i get an error - "ESYSTEM - The following property is either invalid or missing: merchant_category_code, usd_outlet_id, usd_terminal_id", and when i choose the card present option it does not give me the optio...
Dynamically loading tags.js
Hi there! I am evaluating Digital Fingerprinting and I was wondering if dynamically loading the JS library was viable and if there were any caveats I should be aware of. Thanks in advance!
APCU Mandatory?
I wondered if the use of APCU is mandatory in regards payment using hosted fields? I ask as my host (siteground) does not support APCU on its services (it only uses opCache) but, regardless, sandbox payments seem to work fine. I'm just concered if th...
Authentication Reversal is returning Resource Not Found Solved
Hi,I'm trying to call the REST API to reverse authentication and it's returning 404 - Resource Not Found. I tested same payload on postman and it seems to be working fine. Does anyone ever seem this issue before ?Thanks,Mariana
Do we have TMS API error code specification?
Hi, All:I am new to TMS API and looking for the comprehensive error code specification. Can you help me on that? What I can find is, for example, "Creating an Instrument Identifier"https://developer.visaacceptance.com/docs/vas/en-us/tms/developer/ctv...
Fetching Order/transactions details for failed transactions
Hi Cybersource team,Is there an API to fetch all the details for a failed transaction.We noticed in our sbox testing that for failed transactions, the transaction details API doesnt contain Amount, Currency and payment method details and its a pretty...
SOAP and Fluid Token vs mandatory CC/PAN fields Solved
Hi all - this one is doing my head in so would appreciate some pointers. Here is the short version:1. Wanting to submit a simple sale/payment via a web app using Google Pay (and eventually Apple Pay)2. Have generated the Google Pay token OK, converte...
How to use payment token to make payment with settlement using REST API
Hi, I do have a question regarding how to use payment id to hit rest api to create a sales/payment.the payment id is generated after I use hosted checkout with transaction_type=create_payment_token.I confuse is cybersource only have Authorization wit...
secure acceptance refund api
Is there any secure acceptance refund api for refund
Calling payer authentication missing access token
Calling payer authentication using the simple order api sdk The interface returns accpet and 100 but the return field is missing the accessToken.
Can the p12 key file of the simple order api be used by the rest api?
I'm doing refactoring on a project that uses the simple order api, can I use the key file from the order api on the rest api sdk?
Authentication Failed error with HTTP Signature when use javascript fetch
Hi,Process a payment api is working in cybersource's live console using HTTP signature with Organization ID, secret key and shared secret key. I am getting 201 status response.API is also working fine in postman. I am getting status 201 response in p...
CyberSource Simple API- Sandbox returns 'resource not found' right after capture payment.
Hi all,I have succesfully POSTed a payment with $.processingInformation.capture = true and I am able to parse the id. However, when I go to see the status, I am receiving this response: {"_links":{"self":{"href":"https://apitest.cybersource.com/payme...
REST API : Http Signature Authentication – Critical Security Update
Hello,Can you please confirm if these recent changes regarding P12 keys are required when using the SDK version 1.4.0 (released on Nov16, 2016)? Thank you.
Is there a javascript example that anyone can share for calling the Cybersource reporting apis? Solved
I have the report download api working in node.js but I need it working client side using javascript. I appears that I need the function buffer() in node.js to create the properly formatted byte array. If you have a javascript example or can point me...
Flex Microform Field Load
I have the following code:const microform = new Flex(this.captureContext).microform({ styles: this.myStyles }) const securityCodeField = this.microform?.createField('securityCode', { placeholder: '•••' }) securityCodeField?.load('#securityCode-contai...
Pre-request Script error
Hi,I've downloaded the REST API collection to my Postman for testing. Upon submitting any of the requests, I encountered the following error:There was an error in evaluating the Pre-request Script:TypeError: Cannot read properties of undefined (readi...
Invalid Formatted Message Invalid Formatted Message
Below Payload i am using API => https://apitest.cybersource.com/risk/v1/authenticationsGetting the error in the consumerAuthenticationInformation Section"directoryServerErrorCode": "101","directoryServerErrorDescription": "Invalid Formatted Message I...
Flex Microform iframe error
I'm able create the microform fields, but when I try to call the load function on these fields, I'm getting the error shown in the pictures below. I'm using the same code as the examples provided. The fields appear and iframe is loaded but I can't ed...
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...