Using GooglePay with CyberSource Gateway
I'm currently using the PHP Simple Order Api REST client https://github.com/CyberSource/cybersource-rest-client-phpBoth developers guides found onhttps://developer.cybersource.com/api/developer-guides/dita-payments/CreatingOnlineAuth/CreatingAuthReqG...
Is there an API call for Cybersource that will allow me to query for the expiration of a REST
We had an unfortunate incident earlier this month were our REST - Shared Secret key expired and as you can image it was no fun for a few hours.It got me thinking about if there is an API call I can use to query for the REST - Shared Secret key's deta...
Can I use my test environment merchant ID and keys to test a flex microform post?
I'm getting started understanding what's required for Cybersource's Flex Microform integration. But to start with, I'm hoping to be able to see a valid response using my merchant ID, shared secret key and the general key that comes with generating th...
Where do I get the MerchantKeyId and MerchantSecretKey from Cybersource Business centre?
I am using cybersource-rest-client NPM package to make payments using Cybersource REST API. It all works fine with test values from cybersource-rest-samples-node /omegle shaglevoojio Configuration files. I have failed to find the corresponding Mercha...
Create a credit card payment process using CyberSource
I want to create a credit card payment process but I can not accept card details on application screen because of PCI compliance issue. My application uses CyberSource as payment processor. We are using simple order API. In the current process of my ...
User/Pass Authentication using RESTful WCF & Windows Forms
What is the best approach to implementing authorisation/authentication for a Windows Forms app talking to an IIS-hosted RESTful WCF Service?The reason I ask is I am very confused, after sifting through different articles and posts expressing a differ...
Urgent production issues with Cybersource API for Worldpay
Hi - we have raised the following issues with Cybersource Tech but aren't getting any responses. This is urgent as we have to migrate from worldpay online payments to this API next week. We raised these issues but am getting no responses. This is cri...
Cybersource Hosted Order Page Integration
I want to integrate cybersource as a HOP i.e. the user will be redirected to the service provider to complete the payment. I am not able to find proper APIs for generating the hosted order pay for redirecting the user. Have gone through a documentati...
How/Where do I get the MerchantKeyId and MerchantSecretKey from Cybersource Business centre?
I am using cybersource-rest-client NPM package to make payments using Cybersource REST API. It all works fine with test values from cybersource-rest-samples-node omegle shaglevojio Configuration files. I have failed to find the corresponding Merchant...
How to replicate sha256 hash example from CyberSource REST API documentation?
I am investigating the CyberSource REST API and want to test the JSON Web Token Authentication method as documented here: https://developer.cybersource.com/api/developer-guides/dita-gettingstarted/authentication/GenerateHeader/jwtTokenAuthentication....
EBC Error - Request ID not found
We are in test/Sandbox using the Rest API to charge cards, and Secure Acceptance to secure cards. Both, when appearing as transactions in EBC are showing up as not found - Unable to Load Transaction DataWe were unable to locate data associated with t...
Can't reproduce payment instrument token creation action from sandbox
I want to create a token for card with given API call https://developer.cybersource.com/api-reference-assets/index.html#token-management_payment-instrument_create-a-payment-instrument /omeglz as CyberSource's Intro video suggests. With default creden...
How to specify device fingerprint id in Cybersource REST API
I'm trying to integrate CyberSource's REST API into a Django (Python) application. I'm following this GitHub example /echatspin example. It works like a charm but it is not clear to me from the example or from the documentation /echatrandom how to sp...
Is it possible to get credit card info (cc number and exp date) by Auth code using API?
Please point me to the right direction on how to do it.Any examples appreciated.Using c# to pull this info.
Is it possible to get credit card info (cc number and exp date) by Auth code in API?
Is it possible to get customer's credit card info by Auth code in API?
Create Payment Profile from transaction
I have a form to client my client's credit card information which includes a "Save Card" option for future purchases. When creating the transaction, I am using the createProfile option in the createTransactionRequest to create the Customer and Paymen...
Credit card authorization error on Sandbox Account Solved
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: merchant_category_code, usd_outlet_id, usd_terminal_id"It seems to be the same problem ...
I have an issue in captured for tracks.
I have an issue in captured for tracks in my site. Anyone have solution for that.Thanks for taking your time...
HTTP Signature - Authentication Failed
Hello Community - I am wondering is there are any logs or anything I can look at to why my Authentication Failed? I am getting this response below...{"response":{"rmsg":"Authentication Failed"}}My calls from postman are working and redoing all of the...
Cancelling/refund a transaction using CyberSource API in .NET
I am using the CyberSource API for Payment Gateway. I went through all the documentations that are available and came up with the following code:First I added the service reference to CyberSource using url https://ics2wstest.ic3.com/commerce/1.x/tran...
CyberSource card number encryption (RSA-OAEP-256)
Is there anyone know here how do I encrypt card number in cybersource?i tried to encrypt mine using online RSAOAEP encryption tool but i got this response{ "responseStatus": { "status": 400, "reason": "DECRYPTION_ERROR", "message": "Cannot decrypt PA...
cybersource-rest-client These dependencies were not found (Vue.js)
I am trying to create a new app in vue.js. Basically just wanting the same output from cybersource microform node. https://github.com/CyberSource/cybersource-flex-samples-node /echatspin /echatrandom In my vue project main.jsimport cybersourceRestApi...
Certificate signature validation failed
My company runs an old application built in ColdFusion MX7.0.2, running Java 1.4.2. I can't upgrade ColdFusion because CyberSource doesn't support anything higher than MX7.When calling the CyberSource Simple Order API (https://ics2wsa.ic3.com/commerc...
Why is R HTTR content statement not producing the expected request body?
I am using R to call on Cybersource API. When I use the GET request I obtain a successful response of 200. When I read the body of the the response rather than get the csv data back I get a path to a csv file path. I wonder what I am doing wrong.cont...
Cybersource Instrument Identifier vs Payment Instrument tokens
I'm currently looking into Cybersource's REST API for the tokenization of cards.However, I'm having some trouble wrapping my head around the following and could use some advice from those who have already worked with Cybersource and are more familiar...
Can I use my test environment merchant ID and keys to test a flex microform post?
I'm getting started understanding what's required for Cybersource's Flex Microform integration. But to start with, I'm hoping to be able to see a valid response using my merchant ID, shared secret key and the general key that comes with generating th...
apitest.cybersource.com new key failure
All new keys created in https://ebc2test.cybersource.com/ebc2/ result in failure response:{ "response": { "rmsg": "Authentication Failed" } }Reproduction Steps:Create new Cybersource Test Account here: https://developer.cybersource.com/api/developer-...
Processing a payment from Postman to CyberSource failed in authentication
I'm doing integration between postman and CyberSouce. When doing integration between CyberSource default org and Postman with POST Authorization(Internet) method it is working properly. Also when i POST data from Postman to CyberSource default org th...
Token validation failed Visa X-pay
I need to tweak an API https://sandbox.api.visa.com/cybersource/payments/flex/v1/keys?apikey= /echatspin /echatrandom {apikey} I am imitating the official document X-Pay Token,but it fail with "Token validation failed" error. { "responseStatus": { "s...
Config Apple Pay on Free Sandbox
According to the guild in this link: Apple Pay (cybersource.com)I should be able to config Apple Pay in my Business CenterPayment Configuration > Digital Payment Solutions > Apple Pay and enable Apple PayBut I couldn't find it anywhere.Please tell me...