Skip to main content
Use this endpoint to retrieve a full list of all withdrawal requests you have ever made from your Tip Stack account. Each record shows the NGN amount, the equivalent USDC value, the current processing status, and the reference you can use to follow up with support or Fossa Pay.

Endpoint

Authentication

This endpoint requires an active creator session. You must be logged in — the API reads your identity from the session cookie set when you signed into your Tip Stack account. There is no Bearer token option for this endpoint.

Query Parameters

This endpoint does not accept any query parameters. All payout records for the authenticated creator are returned, ordered by createdAt descending (most recent first), up to the 50 most recent entries.

Response

boolean
true when the request completed successfully.
array
An array of payout records. Sorted newest-first, capped at 50 entries.

Status Values

Example

Request

Response

The amountUSDC field is an approximation back-calculated from amountNGN using a fixed reference rate. It may differ from the exact USD amount you originally requested. For the precise withdrawal amount, refer to your original withdrawal request.

Error Responses