paypal-soap

Is there pagination for transaction search?

拥有回忆 提交于 2020-01-07 03:24:05
问题 I am trying to execute the TransactionSearchReq method using the PayPal SOAP API and i get the following warning: ShortMessage: Search warning LongMessage: The number of results were truncated. Please change your search parameters if you wish to see all your results. ErrorCode: 11002 SeverityCode: Warning It also says in the docs that "The maximum number of transactions that can be returned from a TransactionSearch API call is 100." (https://developer.paypal.com/docs/classic/api/merchant

How to send money to any paypal account

。_饼干妹妹 提交于 2019-11-26 15:55:58
Is it possible to send money using paypal API to any paypal account (not just to API credentials owner). I know that it's possible to do that using IPN, but I need to use SOAP. saleemshafi You've got two main options: use the MassPay API or try out the new Adaptive Payments API . The Adaptive Payments option gives you a lot more control over the payment and is the future direction of the Paypal APIs, so that's where i'd start if i were you. It supports SOAP, NVP, JSON and plain XML. MassPay has both a SOAP and NVP interface. IPNs are a totally different subject: https://www.paypal.com/ipn This

How to send money to any paypal account

佐手、 提交于 2019-11-26 06:01:03
问题 Is it possible to send money using paypal API to any paypal account (not just to API credentials owner). I know that it\'s possible to do that using IPN, but I need to use SOAP. 回答1: You've got two main options: use the MassPay API or try out the new Adaptive Payments API. The Adaptive Payments option gives you a lot more control over the payment and is the future direction of the Paypal APIs, so that's where i'd start if i were you. It supports SOAP, NVP, JSON and plain XML. MassPay has both