7

In the delayed chained adaptive Paypal the primary pay is successfully sent when i execute a payment with the pay key it shows an error like this

How could i authorize to send amount to secondary from primary receiver

PayPal API Error

responseEnvelope.timestamp: 2012-10-31T01:12:05.386-07:00
responseEnvelope.ack:   Failure
responseEnvelope.correlationId: fd2c71e75c133
responseEnvelope.build: 3988550
error(0).errorId:   550001
error(0).domain:    PLATFORM
error(0).subdomain: Application
error(0).severity:  Error
error(0).category:  Application
error(0).message:   This payment request must be authorized by the sender
4

1 回答 1

1

我收到此错误,当我尝试执行付款时,该用户尚未付款,即您提出付款请求,然后收到付款密钥,然后使用此付款密钥用户必须按照 url 和付款(钱将转到主要收款人),毕竟您应该执行付款以将钱转给二级收款人。

我在沙箱中使用的网址供用户付款:

https://www.sandbox.paypal.com/webscr&cmd=_ap-payment&paykey={{pay_key}},

{{pay_key}}支付请求的密钥在哪里。

于 2013-11-04T11:06:23.593 回答