Get annual statement options and opt-in status

Returns whether the authenticated seller is opted in to annual statement generation and the current statement year. Delegates to GMPPaymentsPlatform GET /annualStatementOpts/{partnerId}.

Authentication

AuthorizationBearer

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

Response

Success
isOptedInbooleanOptional
statementYearintegerOptional

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error