<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Error - General system failure in cybersource APIs</title>
    <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Error-General-system-failure/m-p/95416#M4259</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This one is actually pretty clear from the error you shared.&lt;/P&gt;&lt;P&gt;The request is failing **before payment processing**, because two required fields are missing in the merchant configuration:&lt;/P&gt;&lt;P&gt;&amp;gt; `usd_outlet_id`&lt;/P&gt;&lt;P&gt;&amp;gt; `usd_terminal_id`&lt;/P&gt;&lt;P&gt;Even if your JWT, tokenization, and payload are correct, the sandbox will reject the transaction if these merchant identifiers are not attached.&lt;/P&gt;&lt;P&gt;What to check:&lt;/P&gt;&lt;P&gt;* Make sure your merchant profile in sandbox has an **active outlet + terminal assigned**&lt;/P&gt;&lt;P&gt;* Confirm those IDs are being passed in the **correct section of the request (not inside payment token or billTo)**&lt;/P&gt;&lt;P&gt;* Double-check environment mismatch (sandbox merchant IDs vs production IDs — this is a very common issue)&lt;/P&gt;&lt;P&gt;Reason Code `150` usually means:&lt;/P&gt;&lt;P&gt;&lt;LI-EMOJI id="lia_backhand-index-pointing-right" title=":backhand_index_pointing_right:"&gt;&lt;/LI-EMOJI&gt; “merchant setup incomplete or invalid configuration”, not a card or payload problem&lt;/P&gt;&lt;P&gt;So your flow is actually working — the block is purely on merchant setup.&lt;/P&gt;&lt;P&gt;If those IDs are already set in your dashboard, try:&lt;/P&gt;&lt;P&gt;* Re-saving the merchant configuration&lt;/P&gt;&lt;P&gt;* Regenerating credentials / API key context&lt;/P&gt;&lt;P&gt;* Retesting with a fresh sandbox merchant session&lt;/P&gt;&lt;P&gt;If it still fails after that, it’s likely a backend provisioning issue and support will need to re-sync your merchant profile.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jun 2026 19:29:53 GMT</pubDate>
    <dc:creator>nathn34</dc:creator>
    <dc:date>2026-06-16T19:29:53Z</dc:date>
    <item>
      <title>Error - General system failure</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Error-General-system-failure/m-p/95400#M4254</link>
      <description>&lt;P&gt;&lt;SPAN&gt;encountering authorization failures in Sandbox with the same processor configuration error, even after the earlier confirmation that settings were updated for our merchant profile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Current error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- `status`: `SERVER_ERROR`&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- `reason`: `SYSTEM_ERROR`&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Transaction details show Reason Code `150` with message:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; `The following property is either invalid or missing: usd_outlet_id, usd_terminal_id`&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Recent request IDs:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- `7812832862116200504807`&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- `781283285826200204807`&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What we have validated on our side:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- JWT capture context and transient token generation are successful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Token verification passes (`verifyIsValid = true`).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Payment payload is well-formed and includes required billTo fields (including email), amount details, and tokenized card data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help!!!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2026 07:20:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/Error-General-system-failure/m-p/95400#M4254</guid>
      <dc:creator>ahteshamsid</dc:creator>
      <dc:date>2026-06-15T07:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error - General system failure</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Error-General-system-failure/m-p/95416#M4259</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This one is actually pretty clear from the error you shared.&lt;/P&gt;&lt;P&gt;The request is failing **before payment processing**, because two required fields are missing in the merchant configuration:&lt;/P&gt;&lt;P&gt;&amp;gt; `usd_outlet_id`&lt;/P&gt;&lt;P&gt;&amp;gt; `usd_terminal_id`&lt;/P&gt;&lt;P&gt;Even if your JWT, tokenization, and payload are correct, the sandbox will reject the transaction if these merchant identifiers are not attached.&lt;/P&gt;&lt;P&gt;What to check:&lt;/P&gt;&lt;P&gt;* Make sure your merchant profile in sandbox has an **active outlet + terminal assigned**&lt;/P&gt;&lt;P&gt;* Confirm those IDs are being passed in the **correct section of the request (not inside payment token or billTo)**&lt;/P&gt;&lt;P&gt;* Double-check environment mismatch (sandbox merchant IDs vs production IDs — this is a very common issue)&lt;/P&gt;&lt;P&gt;Reason Code `150` usually means:&lt;/P&gt;&lt;P&gt;&lt;LI-EMOJI id="lia_backhand-index-pointing-right" title=":backhand_index_pointing_right:"&gt;&lt;/LI-EMOJI&gt; “merchant setup incomplete or invalid configuration”, not a card or payload problem&lt;/P&gt;&lt;P&gt;So your flow is actually working — the block is purely on merchant setup.&lt;/P&gt;&lt;P&gt;If those IDs are already set in your dashboard, try:&lt;/P&gt;&lt;P&gt;* Re-saving the merchant configuration&lt;/P&gt;&lt;P&gt;* Regenerating credentials / API key context&lt;/P&gt;&lt;P&gt;* Retesting with a fresh sandbox merchant session&lt;/P&gt;&lt;P&gt;If it still fails after that, it’s likely a backend provisioning issue and support will need to re-sync your merchant profile.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2026 19:29:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/Error-General-system-failure/m-p/95416#M4259</guid>
      <dc:creator>nathn34</dc:creator>
      <dc:date>2026-06-16T19:29:53Z</dc:date>
    </item>
  </channel>
</rss>

