SuccessWithWarning in Paypal Mass Pay -


i building payout system using paypal's mass pay api. according documentation, message come 1 of following status responses:

  • "success"
  • "successwithwarning"
  • "failure"
  • "failurewithwarning"

does know example of "successwithwarning" situation mass pay api? have been able simulate "success" , "failure" in sandbox. after turning on negative testing sandbox account, not able reproduce "successwithwarning" status mass pay api. appreciated! thank you.

for reference:

https://developer.paypal.com/docs/classic/api/nvpapioverview/

the above 4 values possible values variable ack . not api return "successwithwarning" ack value . value applicable api's setexpresscheckout api , doexpresscheckout api etc . can refer below link check possible errors related particular api:

https://developer.paypal.com/webapps/developer/docs/classic/api/errorcodes/#id09c3f0o0ntu


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -