英文:
Is it possible to put a PayPal payment on a pending status using API
问题
我想实现一个交易流程。
买家向卖家发送付款,但卖家只有在我的服务器批准后才能收到款项,而且买家已经收到了他们所支付的物品。
是否可以使用PayPal API来实现这一点?
如果不行,是否有其他替代方案?
我已经阅读了PayPal的文档,没有找到相关内容。
想知道是否有其他使用PayPal或其他公司的选项。
英文:
I want to implement a flow for transactions.
A buyer sends a payment to a seller but the seller will not receive the money until my server will approve it's ok and the buyer has received what they paid for.
Is it possible to do that using PayPal API?
If not, are there any alternatives?
I've read the PayPal documentation and didn't find something about it.
Wondering if there are any other options using PayPal or other companies.
答案1
得分: 1
PayPal使用名为延迟支付的功能来实现这一点。
要使用此功能,您必须拥有一个活跃的PayPal合作伙伴应用,并注册卖家并指定相应的功能。
英文:
PayPal implements this with a feature called Delay disbursement.
You must have a live PayPal partner app and onboard sellers with the feature specified in order to use it.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论