Error "Profile for merchant not found or profile is still in draft state"
I have created Secure Acceptance profile and activated it. And also created REST - Shared Secret.But when calling https://apitest.cybersource.com/up/v1/capture-contexts, I got error "Profile for merchant not found or profile is still in draft state".
How to integrate cybersource in sap hybris
createTransactionRequest creating profile and charging card
I've seen some other similar posts to this, but not exactly the same.I am calling 'createTransactionRequest' with a transaction type of 'authCaptureTransaction' and I am passing createProfile = true. The calls are succeeding. If I log into CIM, I can...
Do the cybersource api and authentication nuget packages support .net 6 or .net 7 projects? Solved
The github sample is done in .net core 3.1. From a .net 6.0 project I can install the 2 packages: CyberSource.Authentication and CyberSource.Rest.Client. Using the sample code on github under the .net core solution I first get an error that GetConfig...
One Woocommerce - Multiple Products - Different Merchant IDs/APIS
Just want to ask if this is workable? Each product has its own merchant ID and API upon checkout. 5 different products, thus, 5 different merchant IDs and APIs. How to do this on woocommerce? Currently installed is the Cybersource Gateway Payment Sys...
Rest API - Error calling PostInstrumentIdentifier - invalid data in profile-id? Solved
Good Afternoon - I have a sandbox account and am creating integration between an ERP system and Cybersource - I can Authorize / Capture Credit Cards without issue - However, I' munable to create an InstrumentIdentifier + Payment Instrument to use lat...
Unable to create sandbox account
Hello, I am currently unable to create a sandbox account using the following link : https://developer.cybersource.com/hello-world/sandbox.htmlEvery time I try to create an account all I get is this :Registration Failed. Please try again.Any ideas? Th...
cybersource-rest-samples-csharp CapturePayment calls SimpleAuthorizationInternet
I have already obtained the TOKEN for this customer, and I just need to Capture the Order Amount. SimpleAuthorizationInternet requires passing the CC info, which I do not have.I do not understand what data is required by: PtsV2PaymentsCapturesPost201...
Flex Microform v2 examples
I spent a month communicating with Cybersource support ticket only to find out that they have not published any sample integration of the Flex Microform v2. Does anyone know where/if one can be found?
How to use Cybersource Secure Acceptance to receive a non-expiring token?
We have requirements to not have credit card details passthrough our servers and to also be able to make recurring payments using a token that will be needed for at least a year.When I tried out the Secure Acceptance Flex Microform sample application...
Level Up Your Gaming Website with CyberSource's Developer Community
I recently joined the CyberSource developer community and I must say, it's been an incredible experience so far! As someone who loves to play games. I was excited to learn about the different gaming-related APIs and tools available on the platform. T...
API Returns 403 for some but not all endpoints Solved
Hi, I'm using a sandbox environment and I'm trying to generate a payment using an existing token, but am getting a 403 error. I tried the following things.First, I have generated a REST Shared Secret key, and using both HTTP Signature as well as a p1...
Apple Pay CSR
The Apple Pay CSR downloaded from https://ebc2.cybersource.com/ebc2/app/PaymentConfiguration/DigitalPaymentSolutions is not accepted by Apple for creating an Apple Pay Merchant Identity Certificate. Please can I have the new format.CSR algorithm/size...
Can public APIs be protected without the use of credentials? If so, how?
Can public APIs be protected without the use of credentials? If so, how?
Finding refund records for a given transaction with Authorize.Net API
I'm writing a script to go through a number of transactions and retrieve info about them from Authorize.Net. I can get info for a given transaction just fine through the API, but wis there any way to use the API to find if a given transaction also ha...
Is Void a Void possible?
Hi, here is one scenario we want to achieve.1. user placed an order and payment processed.2. user cancelled the order and the payment is void3. user reset the cancellation. Can the void in step 2 be voided?
Restrictions to using the Cybersource API
Hello everyone! Are there any limitations or restrictions to using the Cybersource API in certain countries or regions?
"message": "Invalid Json Request" in postman response
I'm trying to do a POST request from Postman to cybersource url: https://apitest.cybersource.com/pts/v2/paymentsand I'm getting the below error message{ "submitTimeUtc": "2023-01-18T21:52:02.539Z", "status": "DECLINED", "errorInformation": { "reason"...
.Net SDK PaymentsApi is not returning tokenInformation
We are using the .Net Cybersource SDK to manage tokens and run payments, but when trying to do a request and generate a token the tokenInformation.shippingAddress, tokenInformation.paymentInstrument and tokenInformation.customer fields on the respons...
Webhook Notifications – Not Working – Sandbox Account
We are using Sandbox account to test the webhook notifications so that the set up can be replicated into productionEndpoint URL for the webhook subscription is an Azure Function with HTTP Trigger Issue: We have created a webhook subscription successf...
Customer Company Name not populating on accept payment form under Billing Info
Changing the form settings in my merchant profile has no effect on any of these fields. First name last name address city and zip all populate correctly#getinfo.company_name#doesn't populate
Payment Security Market Foreseen To Grow Exponentially Over 2028
The global payment security market size was valued at USD 19.5 billion in 2021. The market is projected to grow from USD 19.5 billion in 2021 to USD 47.02 billion by 2028, exhibiting a CAGR of 15.80% during the forecast period.Payment security is a t...
PayPal Express processing integration and Sap B1.
Hlo SAP Community,Does anyone have any experience integrating PayPal with SAP B1 through tokenization?To simplify things, we are looking to use SAP B1 as the OMS, IMS, ERP and CRM tool.Front end (website) payment processing would be done through auth...
available CyberSource APIs, and how do they enable developers to securely accept and process payment
"What are the available CyberSource APIs, and how do they enable developers to securely accept and process payment transactions? How can I integrate CyberSource APIs into my website or mobile application, and what documentation and support resources ...
Creating HTTP Signature for CyberSource integration
I'm trying to get my product to connect to CyberSource with C#, however I'm having trouble.In short, I'm trying to reproduce the Java code here and essentially translate it in C#.I end up with different results than they do.Things I have commented ou...
Magento 2 & Cybersource payment invalid field for duplicated product categories
I'm using cybersource Payment gateway for my Magento 2 install, the gateway require some Merchant Data fields to be populated with the oeder, one of the fields is the product category, currently i'm using the below method: $name = $categories = []; f...
cybersource rejects any value currency
I'm trying to integrate cybersource payment proccessor to my web app and
of course I need to test the transaction.My proceed checkout form:
I filled out all the required fields and sending
form to debug page cybersource by 'silent...
Cybersource Secure Acceptance test cards
Does anyone know if there are test card numbers that simulate failed transactions for Cybersource secure acceptance? I have searched the docs and can only find omegle.2yu.co successful payment card numbersCredit card numbers do not trigger errors. In...
Cybersource Integration with ASP.NET
I am following the below link to integrate the cybersource payment gateway into one of our ASP.NET site.https://searchcode.com/codesearch/view/10126551/ /omegleon line 192 as depicted below: ReplyMessage reply = CyberSource.Clients.SoapClient.RunTran...
Cybersource Secure Acceptance test cards
Does anyone know if there are test card numbers that simulate failed transactions for Cybersource secure acceptance? I have searched the docs and can only find successful payment card numbersCredit card numbers do not trigger errors. Instead it is us...