Paypal Express - 添加“代理代码”字段(不需要修改价格)
我一直在阅读有关贝宝快递的信息,并且正在尝试弄清楚是否可以添加一个额外的字段来收集代理代码。这只是一些简单的事情,它只是一个像“AGENT-X”这样的代码,可以位于评论之类的字段中,或者希望它是贝宝快速结账表单上名为“代理代码”的自己的字段。
这可能吗? Paypal 的介绍中没有真正提到它 在此表达
我见过这个问题,我希望我不必在结帐流程中添加额外的屏幕来收集此字段,而是可以在 paypal 结帐屏幕上收集它
I've been reading up about paypal express and I'm trying to work out if I could add an extra field to collect the agent code. It's just something simple, it's just a code like "AGENT-X" that could sit in a field like the comments, or hopefully it's own field called Agent Code that is on the paypal express checkout form.
Is this possible? There is no real mention of it on the paypal introduction to express here
I've seen this question, I was hoping that I wouldn't have to add an extra screen to my checkout process just to collect this field, and that rather it could be collected on the paypal checkout screen
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,这对于 PayPal 网站付款标准和/或快速结账来说是不可能的。
没有办法动态填充/检索代理代码吗?然后,您可以在 SetExpressCheckout API 调用的 CUSTOM 参数中传递该信息,并在买家返回您的网站时在 GetExpressCheckoutDetails 中返回该信息。
This is not possible with PayPal Website Payments Standard and/or Express Checkout unfortunately.
Is there no way to dynamically populate / retrieve the agent code? You can then pass it on in the CUSTOM parameter in your SetExpressCheckout API call and have it returned in GetExpressCheckoutDetails when the buyer is back on your site.