Check if a seller is eligible to raise a payment dispute

Returns whether the authenticated seller is eligible to raise a payment dispute and, if not, the reason for ineligibility. Delegates to GMPPaymentsPlatform (Phase 5).

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Success
isEligiblebooleanOptional
reasonstringOptional

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error