<?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 Create Order to Pay later in the POS in Archived Discussions (Read Only)</title>
    <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Create-Order-to-Pay-later-in-the-POS/m-p/175101#M95772</link>
    <description>&lt;P&gt;Hello Everyone.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am building an app for my business where the customer will select which product they want, put in a basket and then walk to my shop and pay.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am able to create the order in the sandbox using the API, but it does not show on my dashboard. I am using the sandbox and in the future my expectation is that once the person finalize the order(open state), it will show in my point of sale app and from there I can get the payment and finalize the order.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What am I Missing?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my API post:&lt;/P&gt;
&lt;P&gt;curl &lt;A href="https://connect.squareupsandbox.com/v2/locations/*MYLOCATION*/orders" target="_blank"&gt;https://connect.squareupsandbox.com/v2/locations/*MYLOCATION*/orders&lt;/A&gt; \&lt;BR /&gt;-X POST \&lt;BR /&gt;-H 'Square-Version: 2020-04-22' \&lt;BR /&gt;-H 'Authorization: Bearer *My Authorization* \&lt;BR /&gt;-H 'Content-Type: application/json' \&lt;BR /&gt;-d '{&lt;BR /&gt;"idempotency_key": "3420a210-234f-4981-a76b-40c8dc894504",&lt;BR /&gt;"order": {&lt;BR /&gt;"location_id": "MY LOCATION",&lt;BR /&gt;"customer_id": "Id1234",&lt;BR /&gt;"line_items": [&lt;BR /&gt;{&lt;BR /&gt;"quantity": "12",&lt;BR /&gt;"catalog_object_id": "3AOBKCHYUPN66D7BK5XTP7GF"&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;}'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and the response status is 200.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;{&lt;BR /&gt;"order": {&lt;BR /&gt;"id": "y7kfHcMQzFlFIwdgAiYsqOsJ2GVZY",&lt;BR /&gt;"location_id": "MY LOCATION",&lt;BR /&gt;"line_items": [&lt;BR /&gt;{&lt;BR /&gt;"uid": "LnzGPvmf980qzSE3brk14",&lt;BR /&gt;"catalog_object_id": "3AOBKCHYUPN66D7BK5XTP7GF",&lt;BR /&gt;"quantity": "12",&lt;BR /&gt;"name": "Water",&lt;BR /&gt;"variation_name": "Regular",&lt;BR /&gt;"base_price_money": {&lt;BR /&gt;"amount": 100,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;},&lt;BR /&gt;"gross_sales_money": {&lt;BR /&gt;"amount": 1200,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;},&lt;BR /&gt;"total_tax_money": {&lt;BR /&gt;"amount": 0,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;},&lt;BR /&gt;"total_discount_money": {&lt;BR /&gt;"amount": 0,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;},&lt;BR /&gt;"total_money": {&lt;BR /&gt;"amount": 1200,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;},&lt;BR /&gt;"variation_total_price_money": {&lt;BR /&gt;"amount": 1200,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"created_at": "2020-05-26T17:42:01.174Z",&lt;BR /&gt;"updated_at": "2020-05-26T17:42:01.174Z",&lt;BR /&gt;"state": "OPEN",&lt;BR /&gt;"version": 1,&lt;BR /&gt;"total_tax_money": {&lt;BR /&gt;"amount": 0,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;},&lt;BR /&gt;"total_discount_money": {&lt;BR /&gt;"amount": 0,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;},&lt;BR /&gt;"total_tip_money": {&lt;BR /&gt;"amount": 0,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;},&lt;BR /&gt;"total_money": {&lt;BR /&gt;"amount": 1200,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;},&lt;BR /&gt;"total_service_charge_money": {&lt;BR /&gt;"amount": 0,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;},&lt;BR /&gt;"net_amounts": {&lt;BR /&gt;"total_money": {&lt;BR /&gt;"amount": 1200,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;},&lt;BR /&gt;"tax_money": {&lt;BR /&gt;"amount": 0,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;},&lt;BR /&gt;"discount_money": {&lt;BR /&gt;"amount": 0,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;},&lt;BR /&gt;"tip_money": {&lt;BR /&gt;"amount": 0,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;},&lt;BR /&gt;"service_charge_money": {&lt;BR /&gt;"amount": 0,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"source": {&lt;BR /&gt;"name": "Sandbox for sq0idp-MxyfMHPFiiQu4UWlW5mTBg"&lt;BR /&gt;},&lt;BR /&gt;"customer_id": "id1234"&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;</description>
    <pubDate>Tue, 26 May 2020 18:12:38 GMT</pubDate>
    <dc:creator>DennisBYA</dc:creator>
    <dc:date>2020-05-26T18:12:38Z</dc:date>
    <item>
      <title>Create Order to Pay later in the POS</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Create-Order-to-Pay-later-in-the-POS/m-p/175101#M95772</link>
      <description>&lt;P&gt;Hello Everyone.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am building an app for my business where the customer will select which product they want, put in a basket and then walk to my shop and pay.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am able to create the order in the sandbox using the API, but it does not show on my dashboard. I am using the sandbox and in the future my expectation is that once the person finalize the order(open state), it will show in my point of sale app and from there I can get the payment and finalize the order.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What am I Missing?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my API post:&lt;/P&gt;
&lt;P&gt;curl &lt;A href="https://connect.squareupsandbox.com/v2/locations/*MYLOCATION*/orders" target="_blank"&gt;https://connect.squareupsandbox.com/v2/locations/*MYLOCATION*/orders&lt;/A&gt; \&lt;BR /&gt;-X POST \&lt;BR /&gt;-H 'Square-Version: 2020-04-22' \&lt;BR /&gt;-H 'Authorization: Bearer *My Authorization* \&lt;BR /&gt;-H 'Content-Type: application/json' \&lt;BR /&gt;-d '{&lt;BR /&gt;"idempotency_key": "3420a210-234f-4981-a76b-40c8dc894504",&lt;BR /&gt;"order": {&lt;BR /&gt;"location_id": "MY LOCATION",&lt;BR /&gt;"customer_id": "Id1234",&lt;BR /&gt;"line_items": [&lt;BR /&gt;{&lt;BR /&gt;"quantity": "12",&lt;BR /&gt;"catalog_object_id": "3AOBKCHYUPN66D7BK5XTP7GF"&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;}'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and the response status is 200.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;{&lt;BR /&gt;"order": {&lt;BR /&gt;"id": "y7kfHcMQzFlFIwdgAiYsqOsJ2GVZY",&lt;BR /&gt;"location_id": "MY LOCATION",&lt;BR /&gt;"line_items": [&lt;BR /&gt;{&lt;BR /&gt;"uid": "LnzGPvmf980qzSE3brk14",&lt;BR /&gt;"catalog_object_id": "3AOBKCHYUPN66D7BK5XTP7GF",&lt;BR /&gt;"quantity": "12",&lt;BR /&gt;"name": "Water",&lt;BR /&gt;"variation_name": "Regular",&lt;BR /&gt;"base_price_money": {&lt;BR /&gt;"amount": 100,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;},&lt;BR /&gt;"gross_sales_money": {&lt;BR /&gt;"amount": 1200,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;},&lt;BR /&gt;"total_tax_money": {&lt;BR /&gt;"amount": 0,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;},&lt;BR /&gt;"total_discount_money": {&lt;BR /&gt;"amount": 0,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;},&lt;BR /&gt;"total_money": {&lt;BR /&gt;"amount": 1200,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;},&lt;BR /&gt;"variation_total_price_money": {&lt;BR /&gt;"amount": 1200,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"created_at": "2020-05-26T17:42:01.174Z",&lt;BR /&gt;"updated_at": "2020-05-26T17:42:01.174Z",&lt;BR /&gt;"state": "OPEN",&lt;BR /&gt;"version": 1,&lt;BR /&gt;"total_tax_money": {&lt;BR /&gt;"amount": 0,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;},&lt;BR /&gt;"total_discount_money": {&lt;BR /&gt;"amount": 0,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;},&lt;BR /&gt;"total_tip_money": {&lt;BR /&gt;"amount": 0,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;},&lt;BR /&gt;"total_money": {&lt;BR /&gt;"amount": 1200,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;},&lt;BR /&gt;"total_service_charge_money": {&lt;BR /&gt;"amount": 0,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;},&lt;BR /&gt;"net_amounts": {&lt;BR /&gt;"total_money": {&lt;BR /&gt;"amount": 1200,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;},&lt;BR /&gt;"tax_money": {&lt;BR /&gt;"amount": 0,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;},&lt;BR /&gt;"discount_money": {&lt;BR /&gt;"amount": 0,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;},&lt;BR /&gt;"tip_money": {&lt;BR /&gt;"amount": 0,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;},&lt;BR /&gt;"service_charge_money": {&lt;BR /&gt;"amount": 0,&lt;BR /&gt;"currency": "USD"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"source": {&lt;BR /&gt;"name": "Sandbox for sq0idp-MxyfMHPFiiQu4UWlW5mTBg"&lt;BR /&gt;},&lt;BR /&gt;"customer_id": "id1234"&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 18:12:38 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Create-Order-to-Pay-later-in-the-POS/m-p/175101#M95772</guid>
      <dc:creator>DennisBYA</dc:creator>
      <dc:date>2020-05-26T18:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Create Order to Pay later in the POS</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Create-Order-to-Pay-later-in-the-POS/m-p/175579#M95773</link>
      <description>&lt;P&gt;Thanks for writing in &lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/287949"&gt;@DennisBYA&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately you can’t set up ordering to pay later - the&amp;nbsp;customer has to pay ahead of time&amp;nbsp;before it is pushed to&amp;nbsp;Square's POS application.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;
Also, the order&amp;nbsp;needs &lt;EM&gt;&lt;STRONG&gt;fulfillments&lt;/STRONG&gt;&lt;/EM&gt; which it seems like you're not using. For your back pocket, &lt;A href="https://developer.squareup.com/docs/orders-api/order-ahead-usecase" target="_blank"&gt;here's&amp;nbsp;a doc&lt;/A&gt; from our developer guides on how to set up&amp;nbsp;order pushing,&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2020 12:49:40 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Create-Order-to-Pay-later-in-the-POS/m-p/175579#M95773</guid>
      <dc:creator>JustinC</dc:creator>
      <dc:date>2020-05-28T12:49:40Z</dc:date>
    </item>
  </channel>
</rss>

