I'm using PHP self-hosted and after intergrating codes as Paypal tutorial, I got this link with token like this https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=<mytokenid> But this redirect to paypal website, it's ok but I want my customers input credit cards directly on my website instead. Now I want to show the full advanced payment methods like this tutorial https://developer.paypal.com/docs/checkout/advanced/ but stil cannot, anyone have sample codes for PHP please help. Thanks,
... View more