I'm forced to have a business account if I want to sell products on a online store?

z3nth10n
Contributor
Contributor

Hi,

 

I'm a mid-time developer and I would like to create my own store on my website, I found this snippet to send payments (which doesn't require a business account), but it's unsafe to implement:

 

<form id="paypal-form" name="_xclick" action="https://www.paypal.com/us/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="<email>" />
<input type="hidden" name="currency_code" value="EUR" />
<input type="hidden" name="item_name" value="xxx" />
<input type="hidden" name="no_shipping" value="1" />
<input type="hidden" name="address_override" value="1">
<input type="hidden" name="amount" value="60" />
<input type="hidden" name="landing_page" value="billing">
<input type="hidden" class="return" name="return" value="https://axxx.com/?paypal_success">
<input type="hidden" name="cancel_return" value="https://axxx.com/?paypal_error">
<input type="submit">
</form>

 

But I will another solution (like OpenCart or WooComerce). In this case, I'm forced to change my account to Business?

 

Thanks!

 
Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

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