<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[paypal &quot;hosted button ID&quot; integration with triggercmd]]></title><description><![CDATA[<p dir="auto">I was trying to follow the post on setting up paypal integration with raspberry pi using the below guide.</p>
<p dir="auto"><a href="https://www.hackster.io/triggercmd/charge-money-for-your-raspberry-pi-to-do-something-076310" rel="nofollow ugc">https://www.hackster.io/triggercmd/charge-money-for-your-raspberry-pi-to-do-something-076310</a></p>
<p dir="auto">I was able to get through most of the code but could not find the "hosted button id" in the code that paypal generated for me so that i can enter it into the paywall on triggercmd. Can someone please tell me why paypal is not generating the hosted button id?</p>
<p dir="auto">&lt;form action="<a href="https://www.paypal.com/cgi-bin/webscr" rel="nofollow ugc">https://www.paypal.com/cgi-bin/webscr</a>" method="post" target="_top"&gt;<br />
&lt;input type="hidden" name="cmd" value="_xclick"&gt;<br />
&lt;input type="hidden" name="business" <a href="mailto:value=%22thay.chau@gmail.com" rel="nofollow ugc">value="thay.chau@gmail.com</a>"&gt;<br />
&lt;input type="hidden" name="lc" value="US"&gt;<br />
&lt;input type="hidden" name="item_name" value="One Load"&gt;<br />
&lt;input type="hidden" name="amount" value="1.00"&gt;<br />
&lt;input type="hidden" name="currency_code" value="USD"&gt;<br />
&lt;input type="hidden" name="button_subtype" value="services"&gt;<br />
&lt;input type="hidden" name="no_note" value="0"&gt;<br />
&lt;input type="hidden" name="bn" value="PP-BuyNowBF:btn_buynowCC_LG.gif:NonHostedGuest"&gt;<br />
&lt;input type="image" src="<a href="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" rel="nofollow ugc">https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif</a>" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"&gt;<br />
&lt;img alt="" border="0" src="<a href="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" rel="nofollow ugc">https://www.paypalobjects.com/en_US/i/scr/pixel.gif</a>" width="1" height="1"&gt;<br />
&lt;/form&gt;</p>
]]></description><link>https://www.triggercmd.com/forum/topic/2568/paypal-hosted-button-id-integration-with-triggercmd</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Jul 2026 23:49:52 GMT</lastBuildDate><atom:link href="https://www.triggercmd.com/forum/topic/2568.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 14 Mar 2023 20:47:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to paypal &quot;hosted button ID&quot; integration with triggercmd on Wed, 15 Mar 2023 12:34:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/19710">@hehaha</a>, good.  I'm glad you got it working.  And no, no Venmo, only PayPal.</p>
]]></description><link>https://www.triggercmd.com/forum/post/6889</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/6889</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Wed, 15 Mar 2023 12:34:17 GMT</pubDate></item><item><title><![CDATA[Reply to paypal &quot;hosted button ID&quot; integration with triggercmd on Tue, 14 Mar 2023 22:36:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/1">@Russ</a><br />
Hi Russ,</p>
<p dir="auto">Thank you for the quick feedback. Apparently, the issue was that I was not logging into my paypal account with my password and only using a one-time code sent to my cellphone for login. Paypal kept asking me to login each time I tried to view my saved buttons. I finally entered in my password into PayPal and the paypal code generated as expected.  I can't wait to get my project setup and thanks for your help.<br />
BTW, is there a venmo integration similar to PayPal?</p>
<p dir="auto">Thanks,<br />
hehaha</p>
]]></description><link>https://www.triggercmd.com/forum/post/6887</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/6887</guid><dc:creator><![CDATA[hehaha]]></dc:creator><pubDate>Tue, 14 Mar 2023 22:36:45 GMT</pubDate></item><item><title><![CDATA[Reply to paypal &quot;hosted button ID&quot; integration with triggercmd on Tue, 14 Mar 2023 21:52:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/19710">@hehaha</a>, I'm not sure why it's not showing up in your button code.  I just created a test button and it does show up in mine.</p>
<pre><code>&lt;form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"&gt;
&lt;input type="hidden" name="cmd" value="_s-xclick"&gt;
&lt;input type="hidden" name="hosted_button_id" value="5JHS4U8KM4QX8"&gt;
&lt;input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"&gt;
&lt;img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"&gt;
&lt;/form&gt;
</code></pre>
<p dir="auto">Another way to see the button ID is to expand the button using the arrow on the left, or the Action pulldown on the right.</p>
<p dir="auto"><img src="/forum/assets/uploads/files/1678830500190-c8170af8-d8f2-4980-b3c9-f0cd423e1f45-image.png" alt="c8170af8-d8f2-4980-b3c9-f0cd423e1f45-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Maybe your button settings are different from mine.  Did you create a "Buy Now" button?</p>
<p dir="auto"><img src="/forum/assets/uploads/files/1678830688211-68343b0b-a913-4efe-a29f-f24d30771583-image.png" alt="68343b0b-a913-4efe-a29f-f24d30771583-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://www.triggercmd.com/forum/post/6886</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/6886</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Tue, 14 Mar 2023 21:52:06 GMT</pubDate></item></channel></rss>