<?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: API Capture with purchaseLevel = 3 and purchaseOrderNumber fails with &amp;quot;invalid or missing: in cybersource APIs</title>
    <link>https://community.developer.cybersource.com/t5/cybersource-APIs/API-Capture-with-purchaseLevel-3-and-purchaseOrderNumber-fails/m-p/91002#M2018</link>
    <description>&lt;P&gt;I added the userPO to the buyerInformation and it worked. Note that the API documentation is missing this field.&lt;/P&gt;&lt;P&gt;"buyerInformation": {&lt;BR /&gt;"merchantCustomerId": "Z4A95-0",&lt;BR /&gt;"userPO":"32534534"&lt;BR /&gt;},&lt;/P&gt;</description>
    <pubDate>Sun, 29 Dec 2024 14:42:07 GMT</pubDate>
    <dc:creator>mgellis</dc:creator>
    <dc:date>2024-12-29T14:42:07Z</dc:date>
    <item>
      <title>API Capture with purchaseLevel = 3 and purchaseOrderNumber fails with "invalid or missing: user_po"</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/API-Capture-with-purchaseLevel-3-and-purchaseOrderNumber-fails/m-p/90996#M2013</link>
      <description>&lt;P&gt;I am posting a Capture specifying the purchase level = 3 and providing PO number, the API returns with&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"status"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"INVALID_REQUEST"&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"reason"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"MISSING_FIELD"&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"message"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"Declined - The request is missing one or more fields"&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"details"&lt;/SPAN&gt;&lt;SPAN&gt;: [&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;"field"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"purchasing_level_3"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"reason"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"MISSING_FIELD"&lt;/SPAN&gt;&lt;SPAN&gt;}.&lt;BR /&gt;&lt;BR /&gt;On the portal it says "The request data was either invalid or missing: user_po"&lt;BR /&gt;&lt;BR /&gt;here is my post:&lt;BR /&gt;{&lt;BR /&gt;"clientReferenceInformation": {&lt;BR /&gt;"code": "7352454072276947004602",&lt;BR /&gt;"applicationName": "oe",&lt;BR /&gt;"applicationVersion": "2.0"&lt;BR /&gt;},&lt;BR /&gt;"billTo": {&lt;BR /&gt;"country": "US",&lt;BR /&gt;"firstName": "John",&lt;BR /&gt;"lastName": "Doe",&lt;BR /&gt;"address1": "37 Circle Lane",&lt;BR /&gt;"postalCode": "10977",&lt;BR /&gt;"locality": "Spring Valley",&lt;BR /&gt;"administrativeArea": "NY"&lt;BR /&gt;},&lt;BR /&gt;"processingInformation": {&lt;BR /&gt;"purchaseLevel": "3"&lt;BR /&gt;},&lt;BR /&gt;"orderInformation": {&lt;BR /&gt;"amountDetails": {&lt;BR /&gt;"totalAmount": "682.77",&lt;BR /&gt;"currency": "USD",&lt;BR /&gt;"discountAmount": "0",&lt;BR /&gt;"taxAmount": "52.77",&lt;BR /&gt;"taxTypeCode": "056"&lt;BR /&gt;},&lt;BR /&gt;"lineItems": [&lt;BR /&gt;{&lt;BR /&gt;"productCode": "R340",&lt;BR /&gt;"productName": "Compass Chair Size 4",&lt;BR /&gt;"productSku": "R340",&lt;BR /&gt;"quantity": "1",&lt;BR /&gt;"unitPrice": "425.00",&lt;BR /&gt;"unitOfMeasure": "ES",&lt;BR /&gt;"totalAmount": "425.00",&lt;BR /&gt;"taxAmount": "35.59",&lt;BR /&gt;"taxRate": ".002",&lt;BR /&gt;"taxTypeCode": "local_tax_indicator",&lt;BR /&gt;"amountIncludesTax": "true",&lt;BR /&gt;"taxStatusIndicator": "1",&lt;BR /&gt;"commodityCode": "12345",&lt;BR /&gt;"productDescription": "Compass Chair Size 4",&lt;BR /&gt;"discountAmount": "0.00"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"productCode": "K811",&lt;BR /&gt;"productName": "Small Right Arm Anchor",&lt;BR /&gt;"productSku": "K811",&lt;BR /&gt;"quantity": "2",&lt;BR /&gt;"unitPrice": "210.00",&lt;BR /&gt;"unitOfMeasure": "ES",&lt;BR /&gt;"totalAmount": "420.00",&lt;BR /&gt;"taxAmount": "35.18",&lt;BR /&gt;"taxRate": ".002",&lt;BR /&gt;"taxTypeCode": "local_tax_indicator",&lt;BR /&gt;"amountIncludesTax": "true",&lt;BR /&gt;"taxStatusIndicator": "1",&lt;BR /&gt;"commodityCode": "12345",&lt;BR /&gt;"productDescription": "Small Right Arm Anchor",&lt;BR /&gt;"discountAmount": "0.00"&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;},&lt;BR /&gt;"buyerInformation": {&lt;BR /&gt;"merchantCustomerId": "Z4A88-0"&lt;BR /&gt;},&lt;BR /&gt;"invoiceDetails": {&lt;BR /&gt;"purchaseOrderNumber": "9989982"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 26 Dec 2024 21:13:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/API-Capture-with-purchaseLevel-3-and-purchaseOrderNumber-fails/m-p/90996#M2013</guid>
      <dc:creator>mgellis</dc:creator>
      <dc:date>2024-12-26T21:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: API Capture with purchaseLevel = 3 and purchaseOrderNumber fails with "invalid or missing:</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/API-Capture-with-purchaseLevel-3-and-purchaseOrderNumber-fails/m-p/91002#M2018</link>
      <description>&lt;P&gt;I added the userPO to the buyerInformation and it worked. Note that the API documentation is missing this field.&lt;/P&gt;&lt;P&gt;"buyerInformation": {&lt;BR /&gt;"merchantCustomerId": "Z4A95-0",&lt;BR /&gt;"userPO":"32534534"&lt;BR /&gt;},&lt;/P&gt;</description>
      <pubDate>Sun, 29 Dec 2024 14:42:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/API-Capture-with-purchaseLevel-3-and-purchaseOrderNumber-fails/m-p/91002#M2018</guid>
      <dc:creator>mgellis</dc:creator>
      <dc:date>2024-12-29T14:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: API Capture with purchaseLevel = 3 and purchaseOrderNumber fails with "invalid or missing:</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/API-Capture-with-purchaseLevel-3-and-purchaseOrderNumber-fails/m-p/91008#M2022</link>
      <description>&lt;P&gt;The problem was that the&amp;nbsp;&lt;SPAN&gt;"invoiceDetails" section was not nested under "orderInformation". I changed that and it works.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 15:49:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/API-Capture-with-purchaseLevel-3-and-purchaseOrderNumber-fails/m-p/91008#M2022</guid>
      <dc:creator>mgellis</dc:creator>
      <dc:date>2024-12-30T15:49:30Z</dc:date>
    </item>
  </channel>
</rss>

