PHP Developer - Recurring form not support to credit card payment

Mayandi
New Community Member

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" />

Login to Me Too
1 REPLY 1

MTS_Justin
Moderator
Moderator
Hello,

Credit/debit card payments via website payments standard is not guaranteed to be an available payment method.

If you want a guaranteed credit/debit card payment method, you would need to use a service such as Braintree Direct - https://www.braintreepayments.com/fr/products/braintree-direct


Was my post helpful? If so, please give me a kudos!
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.