<?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 Empty Response returned from JSON post request in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Empty-Response-returned-from-JSON-post-request/m-p/75944#M47408</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm writing a direct integration against Authorize.Net using JSON and even though I get a HTTP Status 200, I'm getting an empty response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is an example of the request;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
  "createTransactionRequest": {
    "merchantAuthentication": {
      "name": "***",
      "transactionKey": "***"
    },
    "refId": "20555401",
    "transactionRequest": {
      "transactionType": "authCaptureTransaction",
      "amount": "10.25",
      "currencyCode": "GBP",
      "payment": {
        "creditCard": {
          "cardNumber": "***",
          "expirationDate": "2021-12",
          "cardCode": "***"
        }
      },
      "profile": {
        "createProfile": true
      },
      "order": {
        "invoiceNumber": "SALE1234",
        "description": "Test Product"
      },
      "shipping": {
        "amount": "4.25"
      },
      "customer": {
        "id": "12345",
        "email": "***"
      },
      "bill_to": {
        "firstName": "***",
        "lastName": "***",
        "company": "***",
        "address": "***",
        "city": "***",
        "state": "***",
        "zip": "***",
        "country": "***"
      }
    }
  }
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope someone can point me in the right direction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;</description>
    <pubDate>Fri, 23 Apr 2021 14:59:20 GMT</pubDate>
    <dc:creator>GeordieMc</dc:creator>
    <dc:date>2021-04-23T14:59:20Z</dc:date>
    <item>
      <title>Empty Response returned from JSON post request</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Empty-Response-returned-from-JSON-post-request/m-p/75944#M47408</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm writing a direct integration against Authorize.Net using JSON and even though I get a HTTP Status 200, I'm getting an empty response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is an example of the request;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
  "createTransactionRequest": {
    "merchantAuthentication": {
      "name": "***",
      "transactionKey": "***"
    },
    "refId": "20555401",
    "transactionRequest": {
      "transactionType": "authCaptureTransaction",
      "amount": "10.25",
      "currencyCode": "GBP",
      "payment": {
        "creditCard": {
          "cardNumber": "***",
          "expirationDate": "2021-12",
          "cardCode": "***"
        }
      },
      "profile": {
        "createProfile": true
      },
      "order": {
        "invoiceNumber": "SALE1234",
        "description": "Test Product"
      },
      "shipping": {
        "amount": "4.25"
      },
      "customer": {
        "id": "12345",
        "email": "***"
      },
      "bill_to": {
        "firstName": "***",
        "lastName": "***",
        "company": "***",
        "address": "***",
        "city": "***",
        "state": "***",
        "zip": "***",
        "country": "***"
      }
    }
  }
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope someone can point me in the right direction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 14:59:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Empty-Response-returned-from-JSON-post-request/m-p/75944#M47408</guid>
      <dc:creator>GeordieMc</dc:creator>
      <dc:date>2021-04-23T14:59:20Z</dc:date>
    </item>
  </channel>
</rss>

