PayPal Subscription

debcal2
New Community Member

Hi 

 

I am using following code for subscription, it was running successfully, but I am worried about PayPal's new system. Can you Please check and confirm whether the following code will be accepted by new PayPal system or need to update?

 

<form name = "myform" action = "https://www.paypal.com/cgi-bin/webscr" method = "post" target = "_top">
        <input type="hidden" name="cmd" value="_xclick-subscriptions">
        <input type = "hidden" name = "business" value = "email">
        <input type="hidden" name="lc" value="US">
        <input type = "hidden" name = "item_name" value = "Mercatornet Donation">
        <input type="hidden" name="no_note" value="1">
        <input type="hidden" name="src" value="1">
        <input type="hidden" name="invoice" value="1234567890">
        <input type="hidden" name="a3" value="10">
        <input type="hidden" name="p3" value="1">
        <input type="hidden" name="t3" value="M">
        <input type="hidden" name="currency_code" value="USD">
        <input type = "hidden" name = "cancel_return" value = "http://www.abc.com/">
        <input type = "hidden" name = "return" value = "http://www.abc.com/thanks">
        <input type="hidden" name="bn" value="PP-SubscriptionsBF:btn_subscribeCC_LG.gif:NonHostedGuest">
    </form>
    <script type="text/javascript">
        document.myform.submit();
    </script>
Login to Me Too
1 REPLY 1

MTS_Ciaran
Moderator
Moderator

Hey, welcome to the community.

 

Subscriptions are OK for the moment, they're not migrating across to the new checkout flow for a few more months so you're good, once we start the migration process we will know more about what, if anything needs to change for subscription buttons. 

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.