Page 1 of 1

YourPay Connect connectivity problem for recurring payment

Posted: Wed Jul 18, 2007 4:15 am
by ocpamit
can anyone suggest how to connect "YourPay Connect" for recurring payments to a website

I tried using the following code (replaced original storename with xxxxxxx here, you can understand) but it always gives error: Invalid Recurring Billing Information

HTML:
<FORM name="checkout1" action="https://secure.linkpt.net/lpcentral/servlet/lppay" method="post">
<input type="hidden" name="storename" value="xxxxxxx">
<input type="hidden" name="chargetotal" value="19.99">
<input type="hidden" name="txntype" value="sale">
<input type="hidden" name="mode" value="payonly">
<input type="hidden" name="submode" value="periodic">
<input type="hidden" name="periodicity"value="m1">
<input type="hidden" name="installements" value="12"><!--Optional-->
<input type="hidden" name="threshold" value="1"><!--Optional-->
<input type="hidden" name="startdate" value="20070715">
<input type="hidden" name="ponumber" value="abc123">
<input type="hidden" name="debug" value="true"> <!--REMOVE-->
<input type="hidden" name="comments" value="Thanks for posting your listing!!!">
<input type="hidden" name="txnorg" value="eci">
<input type="hidden" name="taxexempt" value="1">
</Form>


Could anybody suggest where the problem is?

Posted: Wed Jul 18, 2007 6:25 am
by volka
You could have bumped your previous thread on that topic, viewtopic.php?p=400079