Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
92 views

Here is the class that am using ,based on the flow that I have ,the validation always fails and return false in the line boolean isValid = signature.verify(signatureBytes); LOG.info("Signature ...
Karthik's user avatar
  • 381
0 votes
3 answers
196 views

I'm implementing Cybersource's Flex API v2 in a Node.js application to securely collect and tokenize payment information. I've successfully implemented steps 1 and 2 (generating a capture context and ...
Dave Carey's user avatar
-1 votes
1 answer
65 views

We want to use Cybersource ACH option in our Bigcommerce app. Currently the native Bigcommerce app for Cybersource does not have support for ACH. I have below questions Does anyone have implemented ...
manish_khot's user avatar
2 votes
2 answers
299 views

I am integrating CyberSource payment gateway using JavaScript. The payment part is working and going through, However I am stuck at refunds. Always getting not authorized error. The API keys are ...
Melvin Prince's user avatar
0 votes
0 answers
56 views

Does anyone know if there are bank routing, account that simulate a successful transactions for Cybersource secure acceptance? I have searched the docs and can only find successful payment credit card ...
trinhxh's user avatar
1 vote
1 answer
242 views

Trying to implement Bank of America - Hosted Payments Page Here is the Integration Guide (pg 28) I followed the ASP.NET Example, and got the error: It should redirect to the Hosted Payments Page. The ...
Robert Green MBA's user avatar
-1 votes
1 answer
263 views

I am doing post payment in postman with CyberSource API.I am using test api from CyberSource API developer guide. it is failing as it is giving 400 Bad Request. below is error json response - { &...
SSD's user avatar
  • 1,293
0 votes
1 answer
132 views

POST https://apitest.cybersource.com/boarding/v1/registrations { "organizationInformation": { "parentOrganizationId": "alpha_001", "type": "...
Artan Merko's user avatar
1 vote
1 answer
692 views

I am trying to make Secure Hosted Checkout with cybersource payment gateway but constantly getting this error while checking out. `$access_key = "xxx"; $profile_id = "xxx-F35F-43D3-...
Bishal Jung Chettri's user avatar
1 vote
0 answers
234 views

I'm integrating EMV 3-D Secure authentication with CyberSource. After receiving the PENDING_AUTHENTICATION response, I'm attempting to redirect the user to the ACS (Access Control Server) URL for the ...
Prajjwal Tripathi's user avatar
0 votes
1 answer
344 views

I'm having difficulty generating a token ID from the Transaction section on CyberSource sandbox environment via the REST API. On CyberSource's UI, I can create it through CyberSorce's documentation. ...
3488 Thái Thanh Tuấn's user avatar
0 votes
1 answer
603 views

I am receiving below error after updating Cybersource p12 certificate (downloaded from their merchant portal) on server (app is deployed through a docker image): com.cybersource.security.exception....
Python_user's user avatar
  • 1,613
2 votes
0 answers
232 views

im struggling to understand how to use the card token generated by the flutter pay package in conjunction with the cybersource api, I managed to understand how to use it with stripe api but ...
PAGE BUNNII's user avatar
0 votes
1 answer
203 views

I am new to payment integration and find myself lost in the developer integration guide, it seems to be too much info, where as I am only looking for REST APIs to for capture, refund etc. Ref: https://...
IamBB's user avatar
  • 11
0 votes
1 answer
2k views

I recently integrated Cybersource into my system and encountered an issue with 3D Secure payment authentication. Here's a brief overview of the situation: Initial Test: Added a test card in ...
Hammad Ahmed's user avatar
2 votes
1 answer
423 views

When we update cybersource-rest-client version to ^0.0.40 to ^0.0.51 getting the below error { "errorCode": "FAILED", "errorMessage": "TypeError: ...
Gopinath Kaliappan's user avatar
-1 votes
1 answer
133 views

I am trying to use the Payment API using EMV data at cybersource. https://apitest.cybersource.com/pts/v2/payments This information needs to send: I am not sure where I can get the Tags and and how ...
mysaes_jgo's user avatar
0 votes
1 answer
239 views

I am using Cybersource for Capturing Payment and it is working Fine. Now I want to Change the descriptor or merchant name as per requirement . by default Descriptor name is showing Merchant Business ...
Azhar's user avatar
  • 11
1 vote
0 answers
218 views

There is a MicroformError class described in the Cybersource documentation However, I can only catch the errors that occur during token creation (the error is returned in the callback function) ...
Jan Borowiak's user avatar
1 vote
1 answer
837 views

I am trying to retrieve the status of a payment transaction through the sdk "" using the "refreshPaymentStatus" method of the "PaymentsApi" class but I get an error --- ...
MafeWIPAY's user avatar
1 vote
0 answers
253 views

I am using CyberSource and here is what I am trying to do: make payment with PAN (customer initialed transaction) store payment for future use use stored payment method for merchant initiated ...
ilito's user avatar
  • 99
0 votes
0 answers
66 views

I am trying to create an order service in Paypal through CyberSource integration. I am always getting the following error. PAYMENT_NOT_APPROVED_FOR_EXECUTION I am using the following XML request to ...
udaya726's user avatar
  • 1,010
1 vote
2 answers
1k views

Trying to diagnose a problem in a capture attempt. Got this error after downloading a brand new .p12 key for the Simple Order API. Is this a local situation where somehow the app pool has lost ...
Matt's user avatar
  • 1,196
10 votes
1 answer
31k views

I have added the Google Pay API integration and works fine in the Staging Environment. But when I tried to perform the transaction on Production, it gives me the below error. I tried to search the web ...
AndroidLearner's user avatar
1 vote
2 answers
2k views

I'm trying to integrate cybersource payer authentication for my web app. After the setup payer auth request and cardinal cruise data collection iframe are completed, I get the ref number and I send ...
Nirodya Gamage's user avatar
1 vote
1 answer
3k views

Recently Cybersource updated their cypher suites and TLS to the 1.2 TLS and the following cipher suites: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (0xc030) ECDH secp256r1 (eq. 3072 bits RSA) FS 256 ...
Matt's user avatar
  • 1,196
1 vote
2 answers
268 views

I have created a Shared Secret Key for HTTP Signature Authentication here When I am trying to use them to process a payment in the CyberSource developers playground it works perfectly and in returns ...
AliOz's user avatar
  • 485
0 votes
2 answers
235 views

The module CapturePayment runs apiInstance.CapturePayment(requestObj, id); The id is obtained on the fly from SimpleAuthorizationInternet.Run().Id; But this call needs the CC data which has now been ...
user2660603's user avatar
1 vote
1 answer
898 views

I am trying to implement the Google Pay payment method in my mobile application using Cybersource Payment gateway. I refer this example/tutorial for the reference and checked the implementation. I ...
AndroidLearner's user avatar
1 vote
0 answers
178 views

Is it possible to integrate cubersource payment gateway in wordpress using WP Form. I need to initiate the payment when the amount is entered and submitted using wp form. Is there any possiblilty do ...
DHEERAJ's user avatar
  • 11
1 vote
1 answer
215 views

Cybersource is the payment provider for my Shopify plus store. Within that I have payment methods which include VISA/Mastercard/Applepay. Google pay should also be available here but doesn't exist in ...
Phil's user avatar
  • 11
0 votes
2 answers
1k views

I am able to successfully redirect user to Cybersource payment gateway. But after filling out all the details, I am getting an error "The request data did not pass the required fields check for ...
Kim Rose's user avatar
1 vote
0 answers
424 views

We've been pulling our hair out with this for some time now and are having to resort to asking the community for some assistance... We've created a simple test application (ASP.Net C# webforms) and a ...
Karl's user avatar
  • 966
1 vote
1 answer
520 views

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 ...
Archit Singh's user avatar
0 votes
1 answer
944 views

I'm working with integrating flex microform into an existing php application. I have been able to get individual transactions working, however from that point I am unable to use the token for future ...
frostygoose42's user avatar
0 votes
1 answer
1k views

I'm doing form post with request parameters on cybersource. Which lands me on cybersource payment form. I'm able to do payments, on receipt page it has a button where we can setup our application page ...
uddhav warik's user avatar
-1 votes
1 answer
389 views

I have a SPA using HTML and JS. It is having an iFrame which goes to 3rd party service (Cardinal) to do some authentication and return the session to a configurable returnURL field (Here http://127.0....
Vivek Jain's user avatar
0 votes
1 answer
1k views

I want to understand how and where i can perform an EMV Transaction online PIN Verification. Suppose i have a few POS terminal and also a Visa Cybersource account, i'am able to perform an EMV ...
BigFire's user avatar
  • 347
0 votes
0 answers
518 views

I am trying to integrate Cybersource Payment for Hosted Checkout in our Expo React Native app. Our e-commerce web application is build on Wordpress and it uses it's custom plugin provided by ...
INSARAM ALAM SIDDIQUE's user avatar
2 votes
1 answer
372 views

I am trying to implement the Google Pay using direct integration and in the google docs it is mentioned that merchants have to manually rotate the keys. During rotation it is mentioned that Caution: ...
Developer's user avatar
0 votes
1 answer
695 views

I have documentation which says after we do payment from cybersource and we need to verify payment. And to verify payment,we have to verify payload signature with new generated signature from payload. ...
susie's user avatar
  • 193
1 vote
1 answer
1k views

I am a bit confused about the usages of Cyber Source' Hosted Checkout two feature (Admin Web Panel) Notifications-> Merchant Notifications (Select and Enter POST URL and/or email address you want ...
mnhmilu's user avatar
  • 2,486
0 votes
2 answers
918 views

I am trying to create capturecontext using https://apitest.cybersource.com/flex/v2/sessions with below request payload { "fields" : { "paymentInformation" : { "card" : ...
shilpa's user avatar
  • 1
2 votes
1 answer
985 views

All new keys created in https://ebc2test.cybersource.com/ebc2/ result in failure response: { "response": { "rmsg": "Authentication Failed" } } Reproduction Steps: Create ...
Erick's user avatar
  • 21
2 votes
1 answer
2k views

How can we or windows identify or differentiate kernel processes and user/application processes. Based on meta data of process, flags in process table or other.
PUNIT LADDHA's user avatar
0 votes
0 answers
495 views

TLDR: How does one renew a Cybersource auth which has expired (leveraging an existing payment transaction)? Scenario: Payment is tokenized & an auth is created via cybersource Wait 10 days (...
Erick's user avatar
  • 21
-1 votes
1 answer
69 views

I am currently working on a university project involving police patrol management. It is necessary to implement different security elements in order to keep the data protected. I have therefore ...
Adrien Defer's user avatar
0 votes
1 answer
308 views

For some background, we had built an integration with the CyberSource so that users could process one time and recurring payments from within our application. We integrate with the REST API for one ...
Dylan Hochreiter's user avatar
1 vote
0 answers
183 views

We are trying to pay a client's credit card bills, for that we have to choose "businessApplicationId": "CP" in payout api, Am i right? Request format is : { "...
Chandra Shekhar's user avatar
0 votes
3 answers
6k views

The hash is an SHA1 hash that i need to append 2020 to the end of each password: The rule.txt file input is: "$2 $0 $2 $0" The command: hashcat -a 0 -m 100 hash.txt /opt/useful/SecLists/...
Sagi Olshansky's user avatar