Flex Microform v2 - Capture Context and JS Libraries Solved
Evening all,The scenario is that we are migration from using the 0.11 Microform to the 2.0 Microform.Build environment is PHP backend, JS front end. The 0.11 solution is working successfully.The latest PHP Rest Client PHP libraries have been installe...
Is there an API endpoint to get all Cases in Decision Manager?
Hi I am currently trying to find a way to store cybersource cases data in the decision manager and was wondering if I could use the api to get all cases in the last 6 months and save it as a csv or something. Any tips?
Customer token expiration
Hi, if i create a customer token, can i use it forever? Does it have an expiration date? If yes how much time it will take to expire?thank you
Testing of Failed/Pending Transactions with Reason Codes
Hello,We are currently working on testing failed and pending payment transactions within our app.Specifically, we are looking to test various reason codes provided by the below link to ensure that our system handles these cases correctly.Could anyone...
Unified Checkout Capture Context Error
We're getting this error trying to get the Unified Checkout Context.Error: Profiles API error 400 when attempted to retrieve profileTested in Cybersource Unified Checkout Capture Context Test Request We enabled Unified Checkout in the business center...
Issues with Handling Payment Gateway Responses via Cybersource API – Seeking Guidance
Hello everyone,I’ve been working with the Cybersource API for a while now to integrate payment processing into a new e-commerce platform. I’ve successfully managed to set up the basic payment flow, but I’ve run into an issue when handling the payment...
Securing Transaction Key and API Key - via Serverless Platform
I am trying to store my keys variables via Google Cloud Platform after sending them via the front end via a flutter mobile application. I deployed the node SDK for the variables and it should process the payload. I even checked google cloud platform ...
Bad Request response when creating a plan on Cybersource
Hello,I'm integrating Cybersource into my project however when testing the request to create a plan I'm getting a Bad Response error like below:CybersourceHelper.php on line 146: """ Erro: Client error: `POST https://apitest.cybersource.com/rbs/v1/pl...
Apple Pay with AMEX
We have payment processor OmniPay Direct configured for our merchant ID. We are now configuring Apple Pay for web, and wanted to know if OmniPay Direct supports AMEX payments?Or would I need to configure a new payment processor for AMEX cards?Thank y...
How to Handle Multiple Payment Methods in a Single API Integration?
Hi everyone,I’m working on integrating Cybersource into an e-commerce platform that requires support for multiple payment methods (credit cards, digital wallets, and buy-now-pay-later options).I’ve gone through the documentation and successfully set ...
How to Handle Declined Transactions with Specific Response Codes?
Hi Cybersource Community,I’m integrating Cybersource’s payment gateway into my application, and I need help handling declined transactions based on specific response codes.Currently, when a transaction is declined, the API returns a response with a c...
Transaction event Webhook Documentation
Please share the link for the Cybersource Transaction event webhook for credit card transactions. On searching for them iam either landing on this (which does not have events for transactions) or iam landing on authorize.net's webhook page.
Error - General system failure
I am trying to understand the cybersource rest api and created a sandbox account, and then got the key, shared secret key along with the organization id for the http signature. I can update the credentials fine on the API reference pagehttps://develo...
Session time after sending post request on Jakarta EE
Hello all,I am trying to send a post request to retreive the checkout page. But everytime i receive session time out page.Can someone had this same issue?public String submit2() throws InvalidKeyException, NoSuchAlgorithmException, KeyManagementExcep...
I am getting an error: Authorize.Net CIM Gateway Connection error: SSL certificate problem: certifi
Hello @all,I am facing an error: Authorize.Net CIM Gateway Connection error: SSL certificate problem: certificate has expiredPlease help me to Fix itThanks
Microform integration for saved credit cards?
Does cybersource provide a Mircoform style integration for customers to manage their saved credit cards? The use case would be for a customer to navigate to the "My Payment Methods" in their account profile section of a site and view all their credit...
Authentication Failed when send API to sandbox
Hello,I'm trying to check how the API works. I registered and try to send a request. So, I'm trying to send for example POST https://apitest.cybersource.com/pts/v2/payments First I test API on the page https://developer.cybersource.com/api-reference-...
Library is not coming from Accept server problem is back
Hi.I have this problem starting today:Library is not coming from Accept server--- a7e38542d3a404b4b3ac37a7252bca2e7f3dd724a357aa93ce22f413e74333c3The Accept.js expect the hash 79ec52f0ce86fb27c47d1f860ba62d34ad5fe6cd3778ee0952ac698f52096e81What's hap...
Unable to create a Sandbox account : Registration Failed. Please try again.
I am trying to create a Sandbox account (I've tried multiple times since yesterday) and I am still getting the same error message : Registration Failed. Please try again. Does anyone has a workaround? Thanks!
The following property is either invalid or missing: merchant_category_code, usd_outlet_id, usd_term
Hello everyone,I tried to test my account payment with a Secure Cybersource profile (Hosted Checkout). I have configured my profile correctly, but I still receive this error: "The following property is either invalid or missing: merchant_category_cod...
Unable to create a sandbox account
Hi, I'm trying to create a sandbox account but it's not working. I get an error: “registration failed”. What should I do? I need the account urgently
Documentation for Transaction Search API authentication
HiI am working on creating a PoC that would allow a system to synchronize Transaction information. Because of that, I am thinking about using the Transaction Search API (https://developer.cybersource.com/docs/cybs/en-us/txn-search/developer/all/rest/...
ERROR - Invalid or missing prop: merchant_category_code, usd_outlet_id, usd_terminal_id
Hi All. Seems like this is a problem that more than one person has had in the past but that it's not possible to fix from the Business Center. Here's the error I am getting when trying to process a transaction from the Business Center Virtual Termina...
Need Help with CyberSource Blacklist Issue on Copart.com
Hello everyone,I've been using Copart.com to make payments without any issues for several months. However, since March, all my payment methods (including Apple Pay, Play Store, and the ones they offer) are being rejected, even though I can still use ...
Unable to complete test transaction in Sandbox account
I receive this error when testing out the Virtual Terminal - one time payment in my sandbox account..Warning: Transaction DeclinedThe transaction server declined your transaction request.The following property is either invalid or missing: merchant_c...
Credit card authorization error on Sandbox Account
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 ...
Credit card authorization error on Sandbox Account
Hi,I get below error when trying to authorize a payment on my sandbox and also if i try a one-time payment through virtual terminal on my account"The following property is either invalid or missing: merchant_category_code, usd_outlet_id, usd_terminal...
invalid or missing merchant_category_code, usd_outlet_id, usd_terminal_id
Hi,I'm facing Processing Error issue while transaction with Secure Acceptance Hosted CheckoutIntegration in testing environment (cybersource sandbox testing account),Merchant ID:aithentchntest_1724924340Request ID:7254546962716299704001Client App:Sec...
Testing Webhooks in Sandbox (Cybersource)
Hello, I'm trying to use Secure Acceptance to allow users to setup a card, and then use the API to capture payments on the card.I wanted to be able to listen to webhooks regarding payment events, but so far in Sandbox (https://businesscentertest.cybe...
No way to detect a Duplicate Customer Profile?
How can I get cybersource createCustomerProfile to detect a duplicate?I am able to repeatedly send the exact same information, including the following fields:- buyerInformation.MerchantCustomerID = "1234"- buyerInformation.Email = "meAgain@cyber.com"...