这是用户场景:
“约翰在一个网站上有5个虚拟积分和他的账号,他可以通过点击网站上的按钮将他的虚拟积分转换成真钱.然后该网站将通过paypal给他真钱,而John有一个PayPal帐户“.
我想知道是否有可能将这种情况付诸实施?
当然出于安全考虑,我会在服务器端检查所需的所有数据,以便安全地进行操作.
没有网站管理员的任何动作,它可以自动化吗?
谢谢您的回答 !
编辑:
我会尝试根据我的情况进行调整.我完成整合后,今天就会更新我的帖子.
编辑2:
一切似乎都没问题,但我尝试从www.x.com获取应用程序ID
他们质疑我是如何使用API的:
Hi and Thank You for your Submission,
Before we can proceed with our review, can you clarify the API’s you require please?
Can you clarify your use of ‘Implicit Payments’ which would be used to pay your users from your PayPal account? If this is not required, please deselect it from the ‘Services used by App’ — ’Adaptive Payments’ — ’Basic Payments’ section of your submission
You have also selected Preapprovals which is an advanced API requiring an in-depth review. This would be used to create a Billing Agreement with your customers (as in a ‘Subscription’ business model). If this is required, please complete the ‘Preapproval Terms’ field and let us know how we can test the Preapproved payment flow on your site. If it is not required, please deselect it from the ‘Services used by App’ — ’Adaptive Payments’ section of your submission.
Note: You will need to click the App Name in the ‘My Apps’ section of x.com in order to expand and edit the fields of your submission form.
我该怎么办 ?
编辑3:
好吧,我现在有了Paypal的祝福,我可以使用带有实时凭证的API!
我已取消选中Preapprovals,一切顺利.
最后一个问题但并非最不重要:
如何配置自适应付款以更改待处理流程中的付款并选择供应商验证付款?
以下是用例以更好地了解情况:
“约翰希望将5个虚拟积分转换为5美元,他点击提款按钮,网络应用程序会自动向他发送真钱给他的PayPal帐户.
博士想要将100个虚拟积分兑换成100美元,这个金额需要得到管理员的批准,这个管理员进入他的paypal帐户并检查一切是否正常他确认付款,然后House博士会得到他的钱!“
我找到了这个选项:
$PayRequestFields = array(
'ActionType' => 'PAY', // Required. Whether the request pays the receiver or whether the request is set up to create a payment request, but not fulfill the payment until the ExecutePayment is called. Values are: PAY, CREATE, PAY_PRIMARY
如果将值PAY更改为值CREATE,则它不会执行任何操作.
忠实!
最佳答案 您可以将其设置为自动化.如果您特别想要使用自适应付款,您可能希望使用自适应Payments Pay API将钱汇给John.但是,约翰需要一个PayPal来获取资金并提取资金.