Hello,
Has anyone successfully implemented Cybersource Payments for Salesforce B2B and D2C managed package v1.8.0 in a Salesforce B2B Commerce LWR storefront?
We are using the standard packaged components with no custom development. The payment form renders, but the Cybersource-hosted Card Number and CVV fields remain blank.
We see these errors:
cybsb2b.getFlexKey
HTTP 400
{"error":[{"message":"The Apex request is invalid."}]}cybsb2b__PTS_FlexMicroformHostD2C HTTP 503
The 503 response contains Salesforce’s site_down/maintenance.html page. We have verified:
We have also seen a CSP refusal involving the packaged Microform host. We are investigating whether Flex Microform SDK v2.11/2.12 and its use of globalThis is incompatible with legacy Lightning Locker, but we have not confirmed that this explains the Apex 400 or Visualforce 503.
Questions:
Any working configuration details or troubleshooting guidance would be appreciated.
08-26-2026 01:09 PM