简体   繁体   English

我如何实现贝宝延迟链式自适应支付集成。

[英]how i can implement paypal Delayed Chained adaptive payment integration.

I need quick help regarding how i can integrate delayed chained payment method of adaptive payments integration of paypal. 我需要有关如何整合贝宝的自适应支付集成的延迟链式支​​付方法的快速帮助。

Currently i can transfer total amount to one account(Primary-reciever), by setting up actionType=>'PAY_PRIMART', but i need help how i can process payments to secondary recievers. 目前,我可以通过设置actionType =>'PAY_PRIMART'将总金额转移到一个帐户(主要收款人),但是我需要如何处理次级收款人的帮助。

Thanks, AnuP Kumar 谢谢,AnuP Kumar

You should Use NVP API and call Pay method https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_APPayAPI Please, use actionType = 'PRIMARY' to create delayed payment. 您应该使用NVP API并调用Pay方法https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_APPayAPI请使用actionType ='PRIMARY'创建延迟付款。

You recieve payKey key in result array. 您在结果数组中收到payKey键。 Use this key to make ExecutePayment request https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_APExecutePaymentAPI . 使用此密钥发出ExecutePayment请求https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_APExecutePaymentAPI

After this request execution money will be seneded to secondary reciever. 在执行此请求后,将把钱存入次级收款人。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM