简体   繁体   中英

for paypal chained payments getting error “Your payment can't be completed. Please return to the participating website and try again”

I am using Angelleye library for implementing the paypal chain payment. I have paypal paynow button on my site on click of it would get redirected to sandbox.When login with the payer credentials[sandbox] and proceed to pay its giving error as

Your payment can't be completed. Please return to the participating website and try again.

When I do the parallel payment with the same payer credentials its working fine. I tried the steps mentioned in below artice, and these settings were already present. https://support.zoho.com/portal/ticketpro/ShowEntityInfo.do?module=Solutions&id=e45884bf9b98e5a47533e4c420d15e8b0b498ee34174141d&showpage=DetailsView&loadType=rightleft&isload=true&prevModule=Home

So my question why is this error coming only for chained payment.How to solve this problem?

Your request has this in it:

<deviceId xmlns="">DEVICE_ID_GOES_HERE</deviceId>

That is the default value that is supposed to be replaced with some value of your own.

Also, get rid of any other array sets in the request that aren't being used. Looks like you're including some sender parameters that don't need to be there...

  <sender>
    <useCredentials xmlns=""></useCredentials>
  </sender>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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