Skip to main content

Overview

Retrieve payout status and details by ID for the authenticated business. Returns conversion information, exchange rates, fees, timestamps, attached supporting documents (from creation or added via PATCH /documents), and requested information when compliance needs more from you (ADDITIONAL_INFO_REQUIRED).

Request

Path Parameters

Headers

Response

When submitted additional information is under review internally, status is PENDING and statusDetail is ADDITIONAL_INFO_UNDER_REVIEW:

Response Fields

informationRequests

Included when status is ADDITIONAL_INFO_REQUIRED. Use this to show your users what to provide. Upload supporting documents with PATCH /documents when a FILE request applies.

Error Responses

404 Not Found

Solution: Verify the payout ID and ensure it belongs to your business.

401 Unauthorized

Usage Example

Use this endpoint to check payout status after creation or to display payout details in your dashboard. Alternatively, subscribe to webhook notifications to receive real-time status updates.

Webhooks

Instead of polling this endpoint, you can subscribe to webhook notifications for real-time status updates:
  1. Activate webhooks in your Yala dashboard
  2. Configure your webhook endpoint URL
  3. Receive notifications when payout status changes
The webhook payload includes the payout id (matching the id field in this response) so you can identify which payout was updated.