PayPal Subscription
debcal2
New Community Member
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
Feb-08-2017
09:18 PM
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>
1 REPLY 1

Moderator
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Feb-09-2017
03:26 AM
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.

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
Related Content
- Error message for obtaining access_token in REST APIs
- where does paypal payments go to if there is no linked phone or email to the seller ? in PayPal Payments Standard
- Couldn't receive International payment in PayPal Payments Standard
- Which api can get oauth2.0 authorization_code? in REST APIs
- Is it possible to make payments in RON (Romanian Leu) through PayPal? in REST APIs