List of Withdraw Transactions


This endpoint returns a paginated list of Payouts initiated by the authenticated user. Each Payout includes amount, currency, status, and identifiers along with structured 'external_data' from the payment provider. It also returns details of the associated virtual and beneficiary accounts including personal, address, and banking information. A valid Bearer token is required for authentication.

Method API Endpoint
GET https://efylink-business.rare-able.com/api/user/withdraw_transactions

headers: Object containing the API headers.

'Authorization : Bearer Token': Use Login API for access token

'X-CLIENT-ID': Use Get Credentials api to generate X-CLIENT-ID

'X-Api-Signature': To know how to generate please use Authentication

'X-Api-Timestamp': Timestamp

Path Params

skip optional Number of records to skip before starting to return results (used for pagination).

take optional Number of records to return after skipping (used for pagination).