parveen
parveen

Reputation: 577

Issue in payment method scope in uber api

The payment_methods_readonly scope is coming invalid with GET https://login.uber.com/oauth/v2/authorize?

Upvotes: 1

Views: 115

Answers (2)

Alex Bitek
Alex Bitek

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

Alec
Alec

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

Related Questions