英文:
Add notification email address PayPal button to send receipt to
问题
我们有多个按钮(用于不同的服务)。我们想要将一个电子邮件地址添加到一个按钮上,以便发送销售收据。(现在它只发送到PayPal账户的电子邮件地址)
这是否可以使用高级变量(或其他方式)实现?
英文:
We have multiple buttons (for different services). We want to add an email address to a single button to send sale receipts to. (now it is only sent to the email address of the PayPal account)
Is this possible with advanced variables (or other way)?
答案1
得分: 1
以下是已翻译的内容:
"这些类型的按钮是一种已弃用的遗留集成方法,因此无论如何,您都应该开始过渡远离它们。但是回答您的问题:
首先,在 PayPal 帐户中添加并确认新的电子邮件地址,https://www.paypal.com/businessprofile/settings/email
然后创建一个新的按钮,在第1步的底部更改电子邮件地址。
如果您要自己创建按钮(而不是使用 PayPal 按钮生成器托管),您将在business
参数中设置接收付款的帐户电子邮件地址。"
英文:
These types of buttons are a deprecated legacy integration method, so you should be transitioning away from them regardless. But to answer your question:
First add and confirm new email(s) in the PayPal account, https://www.paypal.com/businessprofile/settings/email
Then create a new button and when creating it in the bottom of Step 1 change the email address.
If you were to create the button yourself (not hosted with the PayPal button generator) you would set the email address in the business
parameter that identifies the account to receive the payment.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论