<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Payment ID on recurring payments not working</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Payment ID on recurring payments not working</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 01:28:40 +0000</pubDate>

<item>
<title>yuniar on "Payment ID on recurring payments not working"</title>
<link>https://www.machform.com/forums/topic/payment-id-on-recurring-payments-not-working#post-19813</link>
<pubDate>Thu, 12 Dec 2013 07:36:03 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">19813@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;That's actually the plan id of the subscription. So that you could easily recognize the payment based on the id.&#60;br /&#62;
However, now after looking into it further, I agree that it looks ugly and it's more appropriate to display the subscription id generated by Stripe.&#60;/p&#62;
&#60;p&#62;To fix this, you can edit the &#34;payment_submit_stripe.php&#34; file, around line 211:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$payment_data[&#38;#39;payment_id&#38;#39;] 	= $subscribe_result-&#38;gt;plan-&#38;gt;id;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;change it to become:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$payment_data[&#38;#39;payment_id&#38;#39;] 	= $subscribe_result-&#38;gt;id;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;that should display the subscription id as the payment id.
&#60;/p&#62;</description>
</item>
<item>
<title>raefrench on "Payment ID on recurring payments not working"</title>
<link>https://www.machform.com/forums/topic/payment-id-on-recurring-payments-not-working#post-19810</link>
<pubDate>Thu, 12 Dec 2013 00:46:15 +0000</pubDate>
<dc:creator>raefrench</dc:creator>
<guid isPermaLink="false">19810@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;The Payment ID on recurring payments is not working correctly. The results are displaying like this in the email receipt:&#60;/p&#62;
&#60;p&#62;Payment ID	form11504_entry1&#60;/p&#62;
&#60;p&#62;This is for a monthly payment using Stripe. Shouldn't this be an actual payment id similar to the one-time payment? How can we fix this?&#60;/p&#62;
&#60;p&#62;Best wishes,&#60;br /&#62;
Rae
&#60;/p&#62;</description>
</item>

</channel>
</rss>
