simple php SoapClient example for paypal needed

前端 未结 3 397
逝去的感伤
逝去的感伤 2020-12-15 15:11

Could I get a simple example of using PHP\'s SoapClient class to make an empty call to Paypal with nothing but the version number? I have the correct WSDL url and server ur

3条回答
  •  無奈伤痛
    2020-12-15 15:48

    Did you check out the API's provided by PayPal here? And a direct link to the PHP SOAP API download.

    And here is a link to the NVP API which PayPal recommends you use.

提交回复
热议问题