<?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 Recurring Billing in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Recurring-Billing/m-p/86334#M54330</link>
    <description>&lt;P&gt;I use the AuthNet API to download transactions into my system. We are testing the recurring billing feature and are trying to see what data we will get back when a recurring transaction is created.&lt;/P&gt;&lt;P&gt;The API doc for the endpoint /getTransactionListRequest shows it will return the subscription information ( see sample below.) In the first transaction, I see the subscription information. Does that information ONLY show up in the JSON if the transaction was the result of a recurring bill? None of my current transactions show those JSON attributes. None of my current transactions are recurring yet.&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"getTransactionListResponse": {&lt;BR /&gt;"-xmlns": "AnetApi/xml/v1/schema/AnetApiSchema.xsd",&lt;BR /&gt;"messages": {&lt;BR /&gt;"resultCode": "Ok",&lt;BR /&gt;"message": {&lt;BR /&gt;"code": "I00001",&lt;BR /&gt;"text": "Successful."&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"transactions": {&lt;BR /&gt;"transaction": [&lt;BR /&gt;{&lt;BR /&gt;"transId": "12345",&lt;BR /&gt;"submitTimeUTC": "2009-05-30T09:00:00",&lt;BR /&gt;"submitTimeLocal": "2009-05-30T04:00:00",&lt;BR /&gt;"transactionStatus": "settledSuccessfully",&lt;BR /&gt;"invoice": "INV00001",&lt;BR /&gt;"firstName": "John",&lt;BR /&gt;"lastName": "Doe",&lt;BR /&gt;"amount": "2.00",&lt;BR /&gt;"accountType": "Visa",&lt;BR /&gt;"accountNumber": "XXXX1111",&lt;BR /&gt;"settleAmount": "2.00",&lt;BR /&gt;"subscription": {&lt;BR /&gt;"id": "145521",&lt;BR /&gt;"payNum": "1"&lt;BR /&gt;},&lt;BR /&gt;"profile": {&lt;BR /&gt;"customerProfileId": "1806660050",&lt;BR /&gt;"customerPaymentProfileId": "1805324550"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"transId": "12345",&lt;BR /&gt;"submitTimeUTC": "2009-05-30T09:00:00",&lt;BR /&gt;"submitTimeLocal": "2009-05-30T04:00:00",&lt;BR /&gt;"transactionStatus": "settledSuccessfully",&lt;BR /&gt;"invoice": "INV00001",&lt;BR /&gt;"firstName": "John",&lt;BR /&gt;"lastName": "Doe",&lt;BR /&gt;"amount": "2.00",&lt;BR /&gt;"accountType": "Visa",&lt;BR /&gt;"accountNumber": "XXXX1111",&lt;BR /&gt;"marketType": "eCommerce",&lt;BR /&gt;"product": "Card Not Present",&lt;BR /&gt;"mobileDeviceId": "2354578983274523978"&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;},&lt;BR /&gt;"totalNumInResultSet": "2"&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;</description>
    <pubDate>Fri, 21 Apr 2023 20:28:47 GMT</pubDate>
    <dc:creator>Steven-Rieger</dc:creator>
    <dc:date>2023-04-21T20:28:47Z</dc:date>
    <item>
      <title>Recurring Billing</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Recurring-Billing/m-p/86334#M54330</link>
      <description>&lt;P&gt;I use the AuthNet API to download transactions into my system. We are testing the recurring billing feature and are trying to see what data we will get back when a recurring transaction is created.&lt;/P&gt;&lt;P&gt;The API doc for the endpoint /getTransactionListRequest shows it will return the subscription information ( see sample below.) In the first transaction, I see the subscription information. Does that information ONLY show up in the JSON if the transaction was the result of a recurring bill? None of my current transactions show those JSON attributes. None of my current transactions are recurring yet.&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"getTransactionListResponse": {&lt;BR /&gt;"-xmlns": "AnetApi/xml/v1/schema/AnetApiSchema.xsd",&lt;BR /&gt;"messages": {&lt;BR /&gt;"resultCode": "Ok",&lt;BR /&gt;"message": {&lt;BR /&gt;"code": "I00001",&lt;BR /&gt;"text": "Successful."&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"transactions": {&lt;BR /&gt;"transaction": [&lt;BR /&gt;{&lt;BR /&gt;"transId": "12345",&lt;BR /&gt;"submitTimeUTC": "2009-05-30T09:00:00",&lt;BR /&gt;"submitTimeLocal": "2009-05-30T04:00:00",&lt;BR /&gt;"transactionStatus": "settledSuccessfully",&lt;BR /&gt;"invoice": "INV00001",&lt;BR /&gt;"firstName": "John",&lt;BR /&gt;"lastName": "Doe",&lt;BR /&gt;"amount": "2.00",&lt;BR /&gt;"accountType": "Visa",&lt;BR /&gt;"accountNumber": "XXXX1111",&lt;BR /&gt;"settleAmount": "2.00",&lt;BR /&gt;"subscription": {&lt;BR /&gt;"id": "145521",&lt;BR /&gt;"payNum": "1"&lt;BR /&gt;},&lt;BR /&gt;"profile": {&lt;BR /&gt;"customerProfileId": "1806660050",&lt;BR /&gt;"customerPaymentProfileId": "1805324550"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"transId": "12345",&lt;BR /&gt;"submitTimeUTC": "2009-05-30T09:00:00",&lt;BR /&gt;"submitTimeLocal": "2009-05-30T04:00:00",&lt;BR /&gt;"transactionStatus": "settledSuccessfully",&lt;BR /&gt;"invoice": "INV00001",&lt;BR /&gt;"firstName": "John",&lt;BR /&gt;"lastName": "Doe",&lt;BR /&gt;"amount": "2.00",&lt;BR /&gt;"accountType": "Visa",&lt;BR /&gt;"accountNumber": "XXXX1111",&lt;BR /&gt;"marketType": "eCommerce",&lt;BR /&gt;"product": "Card Not Present",&lt;BR /&gt;"mobileDeviceId": "2354578983274523978"&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;},&lt;BR /&gt;"totalNumInResultSet": "2"&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2023 20:28:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Recurring-Billing/m-p/86334#M54330</guid>
      <dc:creator>Steven-Rieger</dc:creator>
      <dc:date>2023-04-21T20:28:47Z</dc:date>
    </item>
  </channel>
</rss>

