express checkout - Paypal third party recurring payment version issue -
i have integrate third party recurring payment using paypal express checkout.
earlier using gem process recurring payment not provide functionality third party https://github.com/fnando/paypal-recurring
so process third party followed 1 fork of gem provides steps process recurring payments on behalf of third party. here link: https://github.com/fredxinfan/paypal-recurring, followed complete documentation of this.
below of steps followed
- i took necessary permission merchant process recurring payment using paypal permission service
- generated signature , token , token secret of merchant using fredxinfan/paypal-permissions git repo
- i passed third party params in header of setexpresscheckout call gives verion error.
api version hard coded in following repo , same in both check api version method here in repo 72
i tired switch version latest specified here in paypal doc version 86
please provides suggestions how can resolve issue or alternative solution process third party recurring payments in paypal.
Comments
Post a Comment