Hi Support,
I am having a problem creating a valid EWP subscribe button. I have generate my certificates in the button wizard and then progamatically set the values for the button. When I click on the button I get the error "The link you have used to enter the PayPal system is invalid. Please review the link and try again." Also If I try to use my merchant ID I get an error saying the I dont have a business or premier account eventhough I do. Can you please assist?
thanks, tom
<cc1:SubscriptionButton ID="SubscriptionButton1" runat="server"
GenerateEncryptedButton="True" BillingCycle="1" BillingCycleUnit="Months"
ZIgnore="8/2/2010 1:22:51 PM" BusinessEmailOrMerchantID="XXXXXXXX"
onclick="SubscriptionButton1_Click" SubscriptionName="eTimeOff Standard"
SubscriptionNumber="1" Tax="7.0">
<PayPalReturn CancelledPaymentReturnURL="~/Default.aspx"
CompletedPaymentReturnURL="~/Welcome.aspx" HANDLE_RETURN_EVENT="False" />
<PayPalIPN HandlerOption="Handle_IPN_From_Different_Page"
IPN_URL_IfDifferentPage="~/Handler/IPNHandler.aspx" />
</cc1:SubscriptionButton>