Search Payouts
POST
/api/v0/payout-transaction/searchUse this api to search payout transfers initiated by you by providing request parameters as needed.
API can be used for below use cases like:
- To get status of a transaction by searching on
transactionId
- To get status of all the transactions in a batch request by searching on
batchTransactionId
- To search transactions initiated betweena defined range of dates by searching on
createdOnFrom
&createdOnTo
Response will be list of PayoutTransactionSearchResponse
object
Request
Header Params
clientId
string
required
Example:
CEKxxxxxxx
User-Agent
string
required
Body Params application/json
No schema defined
Example
Not configured
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: a month ago