Reputation: 577
The payment_methods_readonly scope is coming invalid with GET https://login.uber.com/oauth/v2/authorize?
Upvotes: 1
Views: 115
Reputation: 6559
According to the Uber API changelog and the Scopes documentation page the payment_methods_readonly scope has been removed/deprecated:
2016-01-16 Change scope for GET /v1/payment-methods from payment_methods_readonly to request
Upvotes: 0
Reputation: 561
The payment_methods_readonly
scope is deprecated. You should use the request
scope which gives you access to the /v1/payment-methods
endpoint.
Upvotes: 2