{ }
curl --location --request POST '/api/v0/settlement-payout/search?offset=&limit=&orderBy=&direction=' \ --header 'Authorization;' \ --header 'merchantAccessKey;' \ --header 'Content-Type: application/json' \ --data-raw '{ }'
{ "response_code": 0, "response_message": "string", "payload": { "recordsCount": 0, "data": [ { "settlementPayoutId": "string", "totalSaleAmount": 0, "totalRefundAmount": 0, "totalCharges": 0, "totalGst": 0, "totalSettlementAmount": 0, "refundChargebackAmount": 0, "carryForwardAmount": 0, "adjustmentAmount": 0, "payoutStatus": "INIT", "payoutMode": "IMPS", "utr": "string", "remarks": "string", "payoutRemarks": "string", "transferId": "string", "transferResponseReason": "string", "merchantName": "string", "payoutDate": "2019-08-24T14:15:22Z", "createdOn": "2019-08-24T14:15:22Z", "modifiedOn": "2019-08-24T14:15:22Z" } ] } }