Koded101
Koded101

Reputation: 375

PayPal Mobile SDK payment verification

I am implementing server side payment verification on parse cloud code and so far it all works.

My question is with reference to the documentation -> https://developer.paypal.com/docs/integration/mobile/verify-mobile-payment/

Can I just implement the 'Looking up a payment using the REST API' for verification section or do i have to also do further requests and implement the 'How do I verify payments with MSDK version 1.x' sections as well?

Thanks!

Upvotes: 1

Views: 209

Answers (1)

pp_pduan
pp_pduan

Reputation: 3402

You may skip the section of "verify payments with MSDK version 1.x", unless you've integrated with the old version 1.x mobile SDK.

*1.x msdk implements PayPal account payments with "Adaptive Payments" so the verification has to be slightly different from 2.x

Upvotes: 1

Related Questions