PayPal Plus (with VisaCard Payment)

Hello,
Scriptcase has a control for Paypal… and it works … but only with paypal-payment.

Paypal also offers paying with credit-Card or VISA. It’s called Paypal +
How can I integrate PAYPAL + to scriptcase ???

The handling using API seems to be different between Paypal and Paypal +

Best regards
Uwe Pfeiffer

I’m not sure about current integration. I did a webinar once regarding this issue, in those days you couldn’t even set the currency. I think that the best way to go is to setup the api on your own. It’s not that rocket science, with blank applications you can catch the ‘hidden’ url’s and the api is pretty straight forward.

Hi Albert, thanks for you comment. I will try it…

hi albert, paypal html code,w here to write in sc?
my blank application doesnt run when below paypal html form is written in it.

<form action=“https://www.paypal.com/cgi-bin/webscr” method=“post” target="_top">
<input type=“hidden” name=“cmd” value="_s-ck">
<input type=“hidden” name=“hosted_button_id” value="GL
">
<input type=“image” src=“https://www.paypalobjects.com/en_GB/i/btn/btn_buynowCC_LG.gif” border=“0” name=“submit” alt=“PayPal ? The safer, easier way to pay online!”>
<img alt="" border=“0” src=“https://www.paypalobjects.com/en_GB/i/scr/pixel.gif” width=“1” height=“1”>*/
</form>