简体   繁体   English

贝宝iOS SDK和PHP

[英]Paypal iOS SDK and php

How to process in server when payPalPaymentViewController:didCompletePayment completion in iOS paypal SDK. iOS paypal SDK中的payPalPaymentViewController:didCompletePayment完成时,如何在服务器中处理。 Please give me a sample php code to process completedPayment.confirmation details. 请给我一个示例php代码来处理completedPayment.confirmation详细信息。 I am not familiar with php. 我不熟悉php。 So please give me a guideline to process paypal request in php server. 因此,请给我一个指导方针,以在php服务器中处理Paypal请求。 I googled a lost but i can't find any simple solution to process paypal iOS request in php 我用Google搜索迷路了,但找不到任何简单的解决方案来处理PHP中的Paypal iOS请求

You can find sample code (cURL) on how to verify a mobile payment here . 您可以在此处找到有关如何验证移动支付的示例代码(cURL)。 Once you validate that the payment is completed, you can find other RESTful sample calls here to do the server side integration. 确认付款完成后,您可以在此处找到其他RESTful示例调用来进行服务器端集成。 You can select the appropriate programming language from the top of the page. 您可以从页面顶部选择适当的编程语言。

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

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