Embedded payments and 'This function is temporarily unavailable' error

后端 未结 1 1611
盖世英雄少女心
盖世英雄少女心 2021-01-28 13:36

I am trying to implement Embedded chained payments.

I have downloaded PHP PayPal SDK and it works fine without embedded option. The problem comes when I try to do it emb

相关标签:
1条回答
  • 2021-01-28 14:06

    Not setting the senderEmail when you create the PayRequest message should resolve the issue. It seems the PayPal embedded flow requires the buyer/sender to insert his/her email manually on PayPal.

    0 讨论(0)
提交回复
热议问题