<?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: &amp;quot;message&amp;quot;: &amp;quot;Invalid Json Request&amp;quot; in postman response in cybersource APIs</title>
    <link>https://community.developer.cybersource.com/t5/cybersource-APIs/quot-message-quot-quot-Invalid-Json-Request-quot-in-postman/m-p/85568#M758</link>
    <description>&lt;P&gt;&lt;SPAN&gt;It looks like you're receiving an error message indicating that the JSON request is invalid. One potential issue could be that the JSON is not properly formatted or that a required field is missing. I would recommend checking the API documentation for the CyberSource endpoint you're trying to reach and verifying that the request body and headers match the specified requirements. Additionally, double-checking the JSON formatting and making sure all required fields are present in the request body might be helpful. If the problem persists&lt;A href="https://laptopwise.com/how-to-turn-off-incognito-mode/" target="_self"&gt;,&lt;/A&gt; you might want to consider reaching out to CyberSource support for further assistance.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 28 Jan 2023 17:52:57 GMT</pubDate>
    <dc:creator>ShawnHill</dc:creator>
    <dc:date>2023-01-28T17:52:57Z</dc:date>
    <item>
      <title>"message": "Invalid Json Request" in postman response</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/quot-message-quot-quot-Invalid-Json-Request-quot-in-postman/m-p/85553#M751</link>
      <description>&lt;P&gt;I'm trying to do a POST request from Postman to cybersource url: &lt;A href="https://apitest.cybersource.com/pts/v2/payment" target="_blank" rel="noopener"&gt;https://apitest.cybersource.com/pts/v2/payment&lt;/A&gt;&lt;A href="https://www.olansgz.com/" target="_self"&gt;s&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and I'm getting the below error message&lt;/P&gt;&lt;PRE&gt;{
    "submitTimeUtc": "2023-01-18T21:52:02.539Z",
    "status": "DECLINED",
    "errorInformation": {
        "reason": "INVALID_DATA",
        "message": "Invalid Json Request"
    }
}&lt;/PRE&gt;&lt;P&gt;this is my body request&lt;/P&gt;&lt;PRE&gt;{
  "clientReferenceInformation": {
    "code": "TC50171_3"
  },
  "paymentInformation": {
    "card": {
      "number": "4111111111111111",
      "expirationMonth": "12",
      "expirationYear": "2031"
    }
  },
  "orderInformation": {
    "amountDetails": {
      "totalAmount": "102.21",
      "currency": "USD"
    },
    "billTo": {
      "firstName": "John",
      "lastName": "Doe",
      "address1": "1 Market St",
      "locality": "san francisco",
      "administrativeArea": "CA",
      "postalCode": "94105",
      "country": "US",
      "email": "test@cybs.com",
      "phoneNumber": "4158880000"
    }
  }
}&lt;/PRE&gt;&lt;P&gt;and this are my Header&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://imgur.com/43THHPI" target="_blank" rel="noopener"&gt;https://imgur.com/43THHPI&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;what am I doing wrong here?&lt;/P&gt;&lt;P&gt;can anyone help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 16:29:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/quot-message-quot-quot-Invalid-Json-Request-quot-in-postman/m-p/85553#M751</guid>
      <dc:creator>Pitaj</dc:creator>
      <dc:date>2023-01-26T16:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: "message": "Invalid Json Request" in postman response</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/quot-message-quot-quot-Invalid-Json-Request-quot-in-postman/m-p/85568#M758</link>
      <description>&lt;P&gt;&lt;SPAN&gt;It looks like you're receiving an error message indicating that the JSON request is invalid. One potential issue could be that the JSON is not properly formatted or that a required field is missing. I would recommend checking the API documentation for the CyberSource endpoint you're trying to reach and verifying that the request body and headers match the specified requirements. Additionally, double-checking the JSON formatting and making sure all required fields are present in the request body might be helpful. If the problem persists&lt;A href="https://laptopwise.com/how-to-turn-off-incognito-mode/" target="_self"&gt;,&lt;/A&gt; you might want to consider reaching out to CyberSource support for further assistance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2023 17:52:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/quot-message-quot-quot-Invalid-Json-Request-quot-in-postman/m-p/85568#M758</guid>
      <dc:creator>ShawnHill</dc:creator>
      <dc:date>2023-01-28T17:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: "message": "Invalid Json Request" in postman response</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/quot-message-quot-quot-Invalid-Json-Request-quot-in-postman/m-p/85701#M776</link>
      <description>&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;P data-unlink="true"&gt;The TransientTokenJwt field may be the cause of the problem. According to the CyberSource documentation, the Transient Token JWT must be included in the API request's&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Authorization&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;header. It could be worthwhile to double-check that the request headers contain the JWT and that it is being transmitted in the appropriate manner.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 13 Feb 2023 15:26:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/quot-message-quot-quot-Invalid-Json-Request-quot-in-postman/m-p/85701#M776</guid>
      <dc:creator>jhon45633</dc:creator>
      <dc:date>2023-02-13T15:26:10Z</dc:date>
    </item>
  </channel>
</rss>

