Developer support - Recurring Payment with credit card payment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I implemented recurring payment using the below form, but i can not access credit or debt card payment through this form.Can any body advice how to achieve this?
<form name="payform" id="payform"
action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick-subscriptions">
<input type="hidden" name="business" value="my_email">
<input type="hidden" name="item_name" value="my_item">
<input type="hidden" name="custom" value="my_program_title">
<input type="hidden" name="item_number" value="my_order_id">
<input type="hidden" name="amount" value="20">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="button_subtype" value="services">
<input type="hidden" name="no_note" value="0">
<input type="hidden" name="return" value="my_url" />
<input type="hidden" name="cancel_return" value="my_url" />
<input type="hidden" name="src" value="1">
<input type="hidden" name="sra" value="1">
<input type="hidden" name="t3" value="1">
<input type="hidden" name="a3" value="20">
<input type="hidden" name="p3" value="1">
<input type="hidden" name="rm" value="2">
<input type="hidden" name="landing_page" value="Billing" />

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Is it possible to make payments in RON (Romanian Leu) through PayPal? in REST APIs
- NOT ENABLED TO VAULT PAYMENT SOURCE in Sandbox Environment
- How to enable on-demand / recurring payments to existing PayPal checkout? in SDKs
- How can I revoke SamCart's access my recurring payments? in NVP/SOAP APIs
- How to validate data existence on PayPal side in REST APIs