使用 Paypal Adaptive Payments API 添加“给收件人的消息”
Posted
技术标签:
【中文标题】使用 Paypal Adaptive Payments API 添加“给收件人的消息”【英文标题】:Adding "message to recipient" with Paypal Adaptive Payments API 【发布时间】:2014-01-10 15:44:36 【问题描述】:当您通过 Paypal.com 发送 Paypal 付款时,您可以向收件人添加可选消息。
是否可以在 API 中包含消息?它似乎不在文档中:
https://developer.paypal.com/webapps/developer/docs/classic/api/adaptive-payments/Pay_API_Operation/
【问题讨论】:
【参考方案1】:事实上,您可以将备注字段放入“Pay”API 操作(以及“PayRequest”API 操作)。它没有明确记录。似乎他们忽略了官方文档中的 memo
字段,但在 this PayPal developer page (与您的问题中的链接相同)您可以看到他们在页面底部的几个 cURL 示例中包含了一个备忘录字段.
很难找到,当我在谷歌上寻求帮助时,我来到了这里。但果然,我自己试过了,它按预期工作。备忘录包含在发送给收件人的通知中。这可能是您和未来的 Google 员工所追求的。
【讨论】:
【参考方案2】:这叫做备忘录。 PayRequest 字段 -
memo
xs:string
(Optional) A note associated with the payment (text, not html).
Maximum length: 1000 characters, including newline characters
https://cms.paypal.com/mx/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_APPayAPI
【讨论】:
以上是关于使用 Paypal Adaptive Payments API 添加“给收件人的消息”的主要内容,如果未能解决你的问题,请参考以下文章
使用 Paypal Adaptive Payments 设置标题图片
使用 Paypal Adaptive Payments API 添加“给收件人的消息”
Paypal Payments Pro 是不是与 Paypal 的 Adaptive Payments API 兼容?