Get the status of a final payout case

Returns the current state, case ID, and payable amount for the authenticated seller’s final payout case (used when a seller account is being offboarded). Delegates to GMPPaymentsPlatform (Phase 5).

Authentication

AuthorizationBearer

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

Response

Success
caseIdstringOptional
statusenumOptional
amountobjectOptional

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error