<?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>thread Re: Invoices API in Payments Troubleshooting</title>
    <link>https://community.squareup.com/t5/Payments-Troubleshooting/Invoices-API/m-p/84735#M45914</link>
    <description>&lt;P&gt;EDIT: We now have a &lt;A href="https://developer.squareup.com/forums/" target="_self"&gt;Developer Forum&lt;/A&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi &lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/115568"&gt;@nkings10&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out and welcome to the community!&lt;BR /&gt;&lt;BR /&gt;At the moment we're unfortunately not able to provide technical support for API, however we encourage you to get in touch with the Square developer community over at Stack Overflow &lt;A href="https://stackoverflow.com/questions/tagged/square-connect" target="_blank" rel="noopener"&gt;https://stackoverflow.com/questions/tagged/square-connect&lt;/A&gt;. It's presently the best resource for help from our developer community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All the best!&lt;/P&gt;</description>
    <pubDate>Fri, 16 Oct 2020 05:48:00 GMT</pubDate>
    <dc:creator>Seamus</dc:creator>
    <dc:date>2020-10-16T05:48:00Z</dc:date>
    <item>
      <title>Invoices API</title>
      <link>https://community.squareup.com/t5/Payments-Troubleshooting/Invoices-API/m-p/84717#M45913</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Im currently putting together a Square App to manage a hackerspace.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Members are added as Customers.&lt;/P&gt;
&lt;P&gt;Groups&amp;nbsp;will be used for permissions to open doors and turn on equiptment.&lt;/P&gt;
&lt;P&gt;Reference ID will be used to store the RFID code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The idea is that a member will touch their RFID tag via an arduino, it will communicate via MQTT to a Raspberry Pi which has a database of reference_id (RFID number) and customer_id. It finds the customer_id it needs and then sends the following API request&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://connect.squareup.com/v2/customers/&amp;lt;customer_id" target="_blank"&gt;https://connect.squareup.com/v2/customers/&amp;lt;customer_id&lt;/A&gt;&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This returns the groups that the customer is a member.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The RPi will check to see if the customer is part of the group and return comand to either open the door&amp;nbsp;or return a error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only issue i have with this process is that it seems like im unable to see if a&amp;nbsp;customer is owing money on a reoccuring invoice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there an API endpoint anything like the following&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://connect.squareup.com/v2/invoices/&amp;lt;customer_id" target="_blank"&gt;https://connect.squareup.com/v2/invoices/&amp;lt;customer_id&lt;/A&gt;&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I plan to use a Square to process transactions for our laser cutter and 3D printers too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;RFID scan, permissions are checked as above, start time is stored, RFID scan, machine is powered off, duration is calculated, hourly dollar amount is multiplied by the duration, reference_id (RFID) is matched to a customer_id, that customer_id is then used with the dollar amount to bill the member via their stored card.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Nathan&lt;/P&gt;</description>
      <pubDate>Sun, 21 Sep 2025 09:13:17 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Payments-Troubleshooting/Invoices-API/m-p/84717#M45913</guid>
      <dc:creator>nkings10</dc:creator>
      <dc:date>2025-09-21T09:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Invoices API</title>
      <link>https://community.squareup.com/t5/Payments-Troubleshooting/Invoices-API/m-p/84735#M45914</link>
      <description>&lt;P&gt;EDIT: We now have a &lt;A href="https://developer.squareup.com/forums/" target="_self"&gt;Developer Forum&lt;/A&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi &lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/115568"&gt;@nkings10&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out and welcome to the community!&lt;BR /&gt;&lt;BR /&gt;At the moment we're unfortunately not able to provide technical support for API, however we encourage you to get in touch with the Square developer community over at Stack Overflow &lt;A href="https://stackoverflow.com/questions/tagged/square-connect" target="_blank" rel="noopener"&gt;https://stackoverflow.com/questions/tagged/square-connect&lt;/A&gt;. It's presently the best resource for help from our developer community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All the best!&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 05:48:00 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Payments-Troubleshooting/Invoices-API/m-p/84735#M45914</guid>
      <dc:creator>Seamus</dc:creator>
      <dc:date>2020-10-16T05:48:00Z</dc:date>
    </item>
  </channel>
</rss>

