<?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: How get Authorized/Pending Capture Transaction List in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-get-Authorized-Pending-Capture-Transaction-List/m-p/61325#M35787</link>
    <description>&lt;P&gt;In addition to zalaks data,&amp;nbsp;&lt;/P&gt;&lt;P&gt;#1 Please post the suggestion in ideas forum so that they are voted and considered for the upcoming features for API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#2&lt;/P&gt;&lt;P&gt;Make sure to send the contentType as - application/json to the endpoint -&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://apitest.authorize.net/xml/v1/request.api" target="_blank"&gt;https://apitest.authorize.net/xml/v1/request.api&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and with the request payload in &lt;A href="https://developer.authorize.net/api/reference/index.html#payment-transactions" target="_self"&gt;JSON format&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;{
    "createTransactionRequest": {
        "merchantAuthentication": {
            "name": "API_LOGIN_ID",
            "transactionKey": "API_TRANSACTION_KEY"
        },
        "refId": "123456",
        "transactionRequest": {
            "transactionType": "authCaptureTransaction",
            "amount": "5",
            "payment": {
                "creditCard": {
                    "cardNumber": "5424000000000015",
                    "expirationDate": "2020-12",
                    "cardCode": "999"
                }
            },
            "lineItems": {
                "lineItem": {
                    "itemId": "1",
                    "name": "vase",
                    "description": "Cannes logo",
                    "quantity": "18",
                    "unitPrice": "45.00"
                }
            },
            "tax": {
                "amount": "4.26",
                "name": "level2 tax name",
                "description": "level2 tax"
            },
            "duty": {
                "amount": "8.55",
                "name": "duty name",
                "description": "duty description"
            },
            "shipping": {
                "amount": "4.26",
                "name": "level2 tax name",
                "description": "level2 tax"
            },
            "poNumber": "456654",
            "customer": {
                "id": "99999456654"
            },
            "billTo": {
                "firstName": "Ellen",
                "lastName": "Johnson",
                "company": "Souveniropolis",
                "address": "14 Main Street",
                "city": "Pecan Springs",
                "state": "TX",
                "zip": "44628",
                "country": "USA"
            },
            "shipTo": {
                "firstName": "China",
                "lastName": "Bayles",
                "company": "Thyme for Tea",
                "address": "12 Main Street",
                "city": "Pecan Springs",
                "state": "TX",
                "zip": "44628",
                "country": "USA"
            },
            "customerIP": "192.168.1.1",
            "userFields": {
                "userField": [
                    {
                        "name": "MerchantDefinedFieldName1",
                        "value": "MerchantDefinedFieldValue1"
                    },
                    {
                        "name": "favorite_color",
                        "value": "blue"
                    }
                ]
            }
        }
    }
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jan 2018 19:30:04 GMT</pubDate>
    <dc:creator>bhav</dc:creator>
    <dc:date>2018-01-23T19:30:04Z</dc:date>
    <item>
      <title>How get Authorized/Pending Capture Transaction List</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-get-Authorized-Pending-Capture-Transaction-List/m-p/61295#M35763</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get Unsettled Transaction List I am using below sample code. &lt;A href="https://github.com/AuthorizeNet/sample-code-php/blob/master/TransactionReporting/get-unsettled-transaction-list.php" target="_blank"&gt;https://github.com/AuthorizeNet/sample-code-php/blob/master/TransactionReporting/get-unsettled-transaction-list.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But how to sort Unsettled Transaction by "Authorized/Pending Capture" or get only "Authorized/Pending Capture" transaction?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2nd , How to send request in json and get response in json same like here &lt;A href="https://developer.authorize.net/api/reference/index.html" target="_blank"&gt;https://developer.authorize.net/api/reference/index.html&lt;/A&gt; you did.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 16:22:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-get-Authorized-Pending-Capture-Transaction-List/m-p/61295#M35763</guid>
      <dc:creator>yogeshsaroya</dc:creator>
      <dc:date>2018-01-22T16:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: How get Authorized/Pending Capture Transaction List</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-get-Authorized-Pending-Capture-Transaction-List/m-p/61323#M35785</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;- Currently we are not supporting Filter&amp;nbsp;by "Authorized/Pending Capture" via API.&lt;/P&gt;&lt;P&gt;- To send request in Json format&amp;nbsp;you might have to hit our api endpoint directly&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;ZS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 18:23:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-get-Authorized-Pending-Capture-Transaction-List/m-p/61323#M35785</guid>
      <dc:creator>ZS</dc:creator>
      <dc:date>2018-01-23T18:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: How get Authorized/Pending Capture Transaction List</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-get-Authorized-Pending-Capture-Transaction-List/m-p/61325#M35787</link>
      <description>&lt;P&gt;In addition to zalaks data,&amp;nbsp;&lt;/P&gt;&lt;P&gt;#1 Please post the suggestion in ideas forum so that they are voted and considered for the upcoming features for API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#2&lt;/P&gt;&lt;P&gt;Make sure to send the contentType as - application/json to the endpoint -&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://apitest.authorize.net/xml/v1/request.api" target="_blank"&gt;https://apitest.authorize.net/xml/v1/request.api&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and with the request payload in &lt;A href="https://developer.authorize.net/api/reference/index.html#payment-transactions" target="_self"&gt;JSON format&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;{
    "createTransactionRequest": {
        "merchantAuthentication": {
            "name": "API_LOGIN_ID",
            "transactionKey": "API_TRANSACTION_KEY"
        },
        "refId": "123456",
        "transactionRequest": {
            "transactionType": "authCaptureTransaction",
            "amount": "5",
            "payment": {
                "creditCard": {
                    "cardNumber": "5424000000000015",
                    "expirationDate": "2020-12",
                    "cardCode": "999"
                }
            },
            "lineItems": {
                "lineItem": {
                    "itemId": "1",
                    "name": "vase",
                    "description": "Cannes logo",
                    "quantity": "18",
                    "unitPrice": "45.00"
                }
            },
            "tax": {
                "amount": "4.26",
                "name": "level2 tax name",
                "description": "level2 tax"
            },
            "duty": {
                "amount": "8.55",
                "name": "duty name",
                "description": "duty description"
            },
            "shipping": {
                "amount": "4.26",
                "name": "level2 tax name",
                "description": "level2 tax"
            },
            "poNumber": "456654",
            "customer": {
                "id": "99999456654"
            },
            "billTo": {
                "firstName": "Ellen",
                "lastName": "Johnson",
                "company": "Souveniropolis",
                "address": "14 Main Street",
                "city": "Pecan Springs",
                "state": "TX",
                "zip": "44628",
                "country": "USA"
            },
            "shipTo": {
                "firstName": "China",
                "lastName": "Bayles",
                "company": "Thyme for Tea",
                "address": "12 Main Street",
                "city": "Pecan Springs",
                "state": "TX",
                "zip": "44628",
                "country": "USA"
            },
            "customerIP": "192.168.1.1",
            "userFields": {
                "userField": [
                    {
                        "name": "MerchantDefinedFieldName1",
                        "value": "MerchantDefinedFieldValue1"
                    },
                    {
                        "name": "favorite_color",
                        "value": "blue"
                    }
                ]
            }
        }
    }
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 19:30:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-get-Authorized-Pending-Capture-Transaction-List/m-p/61325#M35787</guid>
      <dc:creator>bhav</dc:creator>
      <dc:date>2018-01-23T19:30:04Z</dc:date>
    </item>
  </channel>
</rss>

