android - Invalid Scope Requested When Using Future Payments -


i trying implement profile sharing flow, , after clicking on "agree" button on consent screen in paypalsdk. dialog box appears saying "an error has occured" , logs below generated.

fj sn:11 paypal debug-id: 48bf0a960c067 [sandbox, 2.13.1;release] request failure http statuscode:400,exception:bad request request failed server response:{"error":"invalid_request","error_description":"invalid scope requested"}

i found solution... green checkmark on account state page, doesn't mean "enabled" (although, without checkmark have button called "enable"...) means feature can enabled in environment. if want check whether enabled have go to:

https://developer.paypal.com/developer/applications/

  1. below rest api, click on app
  2. "accept payment" needs checked
  3. click "advanced options" (behind accept payments)
  4. tadaaa here can enable future payments...

nice work paypal...as worst design possible.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -