{
"senderIdentifier": "string",
"externalTransactionId": "string",
"receiverIdentifier": "string",
"pin": "string",
"sessionId": "string",
"noOfTransactions": 0,
"indexOffset": 0,
"startDate": "string",
"endDate": "string",
"transactionStatus": "string",
"transactionType": "string",
"filter": "string",
"providerSystem": "string"
}
curl --location --request POST '/pbs/pos/momo/v3/transaction-history' \
--header 'Content-Type: application/json' \
--data-raw '{
"senderIdentifier": "string",
"externalTransactionId": "string",
"receiverIdentifier": "string",
"pin": "string",
"sessionId": "string",
"noOfTransactions": 0,
"indexOffset": 0,
"startDate": "string",
"endDate": "string",
"transactionStatus": "string",
"transactionType": "string",
"filter": "string",
"providerSystem": "string"
}'
{
"code": "string",
"msg": "string",
"psn": "string",
"data": {
"transactionDetails": [
{
"receiverIdentifier": "string",
"senderName": "string",
"transactionFee": "string",
"senderIdentifier": "string",
"receiverName": "string",
"transactionAmount": "string",
"crIndicator": "string",
"currency": "string",
"externalTransactionId": "string",
"transactionDate": "string",
"financialTransactionId": "string",
"availableBalance": "string",
"recipientMsisdn": "string",
"isReversable": true,
"transactionType": "string",
"transactionStatus": "string",
"userId": "string",
"providerName": "string",
"voucherId": "string",
"voucherExpireDate": "string",
"additionalInfo": {}
}
],
"statusCode": "string",
"statusMessage": "string",
"supportMessage": "string",
"transactionId": "string"
}
}