简体   繁体   English

Paypal自定义链接付款

[英]Paypal custom link to payment

I am new to Paypal and have previously build an invoicing application for the company I work for and wish to send a link on the invoice where they can pay their bill, how would I go about doing this? 我是Paypal的新手,之前为我工作的公司建立了一个发票应用程序,并希望在发票上发送一个他们可以支付账单的链接,我该怎么做呢? I have sifted through Paypal and questions on Stackoverflow but perhaps I am missing something! 我已经通过Paypal筛选了Stackoverflow的问题,但也许我错过了一些东西! Even if I can't generate a link perhaps there is a way I can link them to a Paypal/custom form where they can pay? 即使我无法生成链接,也许我可以将它们链接到Paypal /自定义表单,他们可以付钱吗?

Any advice would be much appreciated 任何建议将不胜感激

https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=the-recipient@email.here&amount=0.99&item_name=99%20problems%20but%20this%20invoice%ain 't%20one https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=the-recipient@email.here&amount=0.99&item_name=99%20problems%20but%20this%20invoice%ain't%20one

Additional parameters you can specify in the GET are listed on https://www.x.com/developers/paypal/documentation-tools/paypal-payments-standard/integration-guide/formbasics 您可以在GET中指定的其他参数列在https://www.x.com/developers/paypal/documentation-tools/paypal-payments-standard/integration-guide/formbasics

Note: The amount would be plainly visible in the link. 注意:金额将在链接中清晰可见。 If you want to make it that little bit more secure, I would highly recommend looking into the BMCreateButton API call. 如果你想让它更安全一点,我强烈建议你查看BMCreateButton API调用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM