Check a Payout's Status
Platform Payout Status
Check the status of an international payout you submitted earlier. Look it up by either its order ID or your own reference.
GET
Check a Payout's Status
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
The payout's order ID.
Your own reference for the payout (the orderPartnerID you sent when creating it).
Response
Successful Response
Standard response wrapper for single-object responses and errors.
Generic over the payload type. A route that declares
CommonResponse[SomeModel] gets the real data schema rendered in
OpenAPI/Swagger; a bare CommonResponse leaves data untyped.

