Android:Paypal Preapproval API 操作(需要示例)

发布于 2024-10-09 10:41:59 字数 77 浏览 0 评论 0原文

是否有 PayPal 预先批准 API 操作的工作示例?我浏览了一些教程。但他们正在为交易指定一些预先批准密钥。我们怎样才能得到这把钥匙呢?

Is there any working example for PayPal preapproval API operation. I went through some tutorials,. But they are specifying some preapproval key for the transaction. How will we get this key?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

流年已逝 2024-10-16 10:41:59

如果您谈论预批准 API 操作 那么预批准密钥是另一方返回的用于唯一标识交易的东西 - 例如,在他们的 Order 表中,他们可能有专门针对的 uniqueidentifier PayPalPreapprovalKey = newguid() 字段此目的(如果 Order 是交易实体)。

这有意义吗?

if you talk about Preapproval API Operation then the preapproval key is something the OTHER party returns to uniquely identify the transaction - for example, in their Order table they might have uniqueidentifier PayPalPreapprovalKey = newguid() field specifically for this purpose (if Order is the entity of the transactions).

does it make sense?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文