I have a question.
Has anyone been successful in registering a POST without using the source code in the URL below?The GET was successfully registered, but the POST could not be registered.https://github.com/CyberSource/cybersource-rest-client-java
Best Bruno Alternative That Still Has Postman Features?
Bruno is great as a lightweight API client, but it’s missing some of Postman’s advanced features. Does anyone know of a tool that’s still fast but has full API testing, documentation, and automation?
Microform V2 Integration - CSP Frame-Ancestors issue , Sandbox environment Solved
Hello,I've reached a speedbump in our upgrade from Flex Microform v0.4 to v2. After loading the Flex script, and mounting the CardNumber and CVV fields, we get a nasty CSP error from Cybersource, related to the mounted iframe.Content-Security-Policy:...
the webhook that I have registered without sending feedback to my system.
At the highest level I want every time I click on the "Accept" Transaction, I have to have a webhook to notify my system.See image link attached below These are the steps I have done.Create Webhook Security Keys Has created success and this is the de...
Dynamic Surcharging
Hello Cybersource Community, I'm new here and I'm looking to understand whether Cybersource can support dynamic surcharging. I can see from the api docs that it does support surcharging, but can it support surcharging based on rules - e.g. a webstore...
Securing a REST API!
What are the most effective and up-to-date best practices for securing a REST API, particularly when integrating with payment gateways and handling sensitive data, in the context of today’s evolving cybersecurity setting?
Migration to latest microform v2
I'm following the steps here:https://support.visaacceptance.com/knowledgebase/Knowledgearticle/?code=KA-07551Managed to put the "integrity" and "crossorigin" attributes in my js tag to load microform, but I am getting below error -Error parsing 'inte...
Unable to configure webhook for productId = "cardProcessing"
Hello,I'm having trouble configuring a webhook on Cybersource when the productId is set to "cardProcessing".I've followed the official documentation and tried adding a webhook both through the interface and the API, but it doesn't seem to work. I don...
Webhook is not working but webhook is active
I have two webhooks. Here is setting of webhooks.Webhook 1:"productId": "cardProcessing","eventTypes": ["payments.refunds.reject","payments.refunds.partial.approval","payments.credits.accept","payments.credits.review","payments.credits.reject","payme...
I am not sure why status of my transaction is pending.
Hi Good Developers.I have some problem on transactions. please help me.I have create the transaction and after creating, the status is AUTHORIZED_PENDING_REVIEW/PENDING_AUTHENTICATION/PENDING_REVIEW. Test Card Info "number" => "4111111111111111", "ex...
Opportunity to provide feedback on new Developer Center experience!
Dear Community Members, Our team is constantly striving to enhance your experience with the Developer Center, and your feedback is invaluable to us. We would love to get your perspective as we work on improving your experience and are reaching out to...
React exemple for creating payment form
Hi everyone, I try to do the payment form by React.In my case, the backend side gives capture context, and with this context I init Flex to create a microform instance. after I create the number and CVV fieldDo you have some examples of similar forms...
Pay by Link API reference to generate the link
Hello There!I am looking to implement Pay by Link option to make the payments, but do not see the API that can be used to generate the link/ or how the link can be generated. Appreciate your helpThank you!
integrating 3ds with microforms
Looking for a good example of using 3ds with microforms in .net? I saw the demo tool, but not getting how to integrate it. I have the .net microform example app working for non 3ds, just curious if any one has some examples with 3ds?
Sandbox sign up error
Hi all! Were trying to create a Sandbox and every time we try we keep getting this error:
Form Errors
- The sandbox is experiencing technical difficulties. Please try to create a test account in a few minutes.
P12 Authentication
https://developer.cybersource.com/docs/cybs/en-us/platform/relnote/all/so/rn-2024-12-20/rn-announce/rn-so-p12.htmlI've been told I need to make changes to use P12 Authentication. Everything on this page points to using one of the CyberSource toolkits...
Find payment transactions made under a given subscription?
I have created a subscription using the REST API.POST:https://apitest.cybersource.com/rbs/v1/subscriptionsAnd several payments have now been made under this subscription. Is there an API where I can provide the subscriptionId to get the list of these...
Object reference not set to an instance - Cybersource Rest Api
I am intermittently encountering the exception:"Object reference not set to an instance of an object."It occurs in the method:CyberSource.Api.MicroformIntegrationApi.GenerateCaptureContextAsync(GenerateCaptureContextRequest generateCaptureContextRequ...
Could you please upgrade "axios-cookiejar-support" to the latest?
Hi,Could you please upgrade the "axios-cookiejar-support" package to the latest version? I'm asking because the current version depends on a package called "deasync," which is not ideal.Thanks,CJ
UNIFIED CHECKOT AFTER USE APPLEPAY PAYMENT
Error during payment: {"xhr":{},"error":{"correlationId":"7cfaa756-bee5-4115-aebf-de93a652c282","message":"Bad captured data structure: mismatch between signed and outer transactionIds","reason":"VALIDATION_ERROR"}}
Can someone walk me thru how to properly use the Merchant Defined Data fields in Secure acceptance? Solved
I am trying to generate 2 Merchant defined data fields onto the receipt that is generated by cybersource. I have tried to pass the field names in the Payment_form.php and the payment_confirmation.php files but still no success. Can anyone walk me thr...
migrating from Microform v1 OR v0.11 to v2
I am following this knowledge article - https://support.visaacceptance.com/knowledgebase/Knowledgearticle/?code=KA-07550When i call flex javascript library by below script tag by passing "integrity" and "crossorigin" attributes, scripts are blocked w...
P12 Cert Update SOAP API Update for May 13th 2025
Hello, I was wondering when this new change gets implemented on May 13th: https://developer.cybersource.com/docs/cybs/en-us/platform/relnote/all/na/rn-2025-01-03/rn-announce.htmlWill older version get affected and need to add a p12 cert. or will it o...
subscriptions
Does cybersource provide the free trial features for their subscriptions plan creation.I want to integrate cybersource subscriptions in my project with free trial functionality
Integration Issue with Cybersource APIs - Payment Gateway Response Delay
I am currently integrating Cybersource's payment gateway API into our e-commerce platform, but I've encountered an issue where the payment response from the gateway is delayed, sometimes up to 15 seconds. This delay is affecting the user experience, ...
API Capture with purchaseLevel = 3 and purchaseOrderNumber fails with "invalid or missing: user_po" Solved
I am posting a Capture specifying the purchase level = 3 and providing PO number, the API returns with "status": "INVALID_REQUEST", "reason": "MISSING_FIELD", "message": "Declined - The request is missing one or more fields", "details": [{"field": "p...
Delete Instrument Identifier with Payment Instrument
What I want to ask is that I initialize the instrument identifier and make a payment using instrument identifier idAfter that, I deleted the instrument identifier idPreviously, to delete instrument identifier, I needed to get and delete the payment i...
Microform: Blocked aria-hidden on an element...
When tabbing away from the PAN field in Flex Microform, I'm seeing the following error in the browser console (Chrome Version 131.0.6778.140 (Official Build) (64-bit), on Windows 11). "Blocked aria-hidden on an element because its descendant retained...
Struggling with Cybersource Payment Gateway Integration on pbdropshipping.com
Hi everyone,I’m trying to integrate the Cybersource payment gateway into my pbdropshipping.com platform, which is an e-commerce site focused on private labeling and dropshipping. I’m facing a few challenges when it comes to handling transactions secu...
Hosted checkout
Dear members,I need to know that cybersource provide hosted checkout facility or not?What I mean to say that on my website when user click on pay via cybersource button he got redirected to cybersource payment gateway page. on this page payment will ...