<?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 how to integrate Square through API? in Archived Discussions (Read Only)</title>
    <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/how-to-integrate-Square-through-API/m-p/32429#M94693</link>
    <description>&lt;P&gt;i am a web developer&amp;nbsp;, i have&lt;SPAN&gt;&amp;nbsp;build my site from the ground&amp;nbsp;up.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;now i want to integrate square Api into my Site..&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;i have gone through the&amp;nbsp;&lt;A href="https://squareup.com/developers" target="_blank"&gt;https://squareup.com/developers&lt;/A&gt; tutorials.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;now, i want to know how to proceed&amp;nbsp;my total amount into the square&amp;nbsp;Checkout process.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1 . Wether Checkout process will handle by the square(like Paypal, I just send the form values to the PayPal, its process&amp;nbsp;s my request and return back to the&lt;STRONG&gt; return back/Return&lt;/STRONG&gt; URL). or have to process the payment using api call.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2. I triggered&amp;nbsp;the function&amp;nbsp;&lt;STRONG&gt;$transaction_api-&amp;gt;charge($ACCESS_TOKEN, $location_id, $request_body),&amp;nbsp;&lt;/STRONG&gt;its return jason data only.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;can you share any video for sample process.. &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Mar 2017 07:28:33 GMT</pubDate>
    <dc:creator>test_nali</dc:creator>
    <dc:date>2017-03-06T07:28:33Z</dc:date>
    <item>
      <title>how to integrate Square through API?</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/how-to-integrate-Square-through-API/m-p/32429#M94693</link>
      <description>&lt;P&gt;i am a web developer&amp;nbsp;, i have&lt;SPAN&gt;&amp;nbsp;build my site from the ground&amp;nbsp;up.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;now i want to integrate square Api into my Site..&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;i have gone through the&amp;nbsp;&lt;A href="https://squareup.com/developers" target="_blank"&gt;https://squareup.com/developers&lt;/A&gt; tutorials.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;now, i want to know how to proceed&amp;nbsp;my total amount into the square&amp;nbsp;Checkout process.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1 . Wether Checkout process will handle by the square(like Paypal, I just send the form values to the PayPal, its process&amp;nbsp;s my request and return back to the&lt;STRONG&gt; return back/Return&lt;/STRONG&gt; URL). or have to process the payment using api call.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2. I triggered&amp;nbsp;the function&amp;nbsp;&lt;STRONG&gt;$transaction_api-&amp;gt;charge($ACCESS_TOKEN, $location_id, $request_body),&amp;nbsp;&lt;/STRONG&gt;its return jason data only.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;can you share any video for sample process.. &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2017 07:28:33 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/how-to-integrate-Square-through-API/m-p/32429#M94693</guid>
      <dc:creator>test_nali</dc:creator>
      <dc:date>2017-03-06T07:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to integrate Square through API?</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/how-to-integrate-Square-through-API/m-p/32498#M94694</link>
      <description>&lt;P&gt;1. You should look at the Square Checkout documentation&amp;nbsp;&lt;A href="https://docs.connect.squareup.com/articles/square-checkout-overview/" target="_blank"&gt;https://docs.connect.squareup.com/articles/square-checkout-overview/&lt;/A&gt; It is pretty much what you are desciribing.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. I'm not sure what you are asking here, sounds like you are getting the intended result if you are getting the json back!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We don't have any videos of creating an integreation. What language are you using?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2017 10:53:56 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/how-to-integrate-Square-through-API/m-p/32498#M94694</guid>
      <dc:creator>tristansokol</dc:creator>
      <dc:date>2017-03-07T10:53:56Z</dc:date>
    </item>
  </channel>
</rss>

