📌Use this API to search for payout transfers that you have initiated, by providing the appropriate request parameters. This API supports multiple use cases, including:
Check the status of a specific transaction by searching with transactionId
Get the status of all transactions in a batch by searching with batchTransactionId
Retrieve transactions initiated within a specific date range by using createdOnFrom and createdOnTo This helps you efficiently track, reconcile, and audit your payout activity.
PayoutTransactionSearchRequest
Response will be list of PayoutTransactionSearchResponse object
PayoutTransactionSearchResponse
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.