Rails with Paypal Permissions and Paypal Express Checkout

前端 未结 2 1561
醉酒成梦
醉酒成梦 2020-12-21 08:16

I\'m building an application where a user can connect their own Paypal account through Paypal Permissions SDK (https://github.com/paypal/permissions-sdk-ruby). I was able to

2条回答
  •  無奈伤痛
    2020-12-21 08:48

    Yihui gave the right answer. But I wanted to explain/post here what I did to fix my problem (using Yihui's guidance).

    You need to get the Payer ID from the 3rd Party Permissions SDK of Paypal. So you will need to ask for the following "ACCESS_BASIC_PERSONAL_DATA", "EXPRESS_CHECKOUT", and "REFUND".

    Then you will need to use the NVP (Name Value Pair) SDK of paypal to perform Express Checkout on behalf of another party/merchant.

    For more information, we followed the following article of Paypal https://developer.paypal.com/docs/classic/express-checkout/ht_ec-singleItemPayment-curl-etc/

提交回复
热议问题