curl --location --request GET '/api/services/app/Payment/GetPaymentHistory'
{
"totalCount": 0,
"items": [
{
"gateway": "string",
"amount": 0,
"editionId": 0,
"dayCount": 0,
"paymentPeriodType": "string",
"externalPaymentId": "string",
"payerId": "string",
"status": "string",
"editionDisplayName": "string",
"tenantId": 0,
"invoiceNo": "string",
"lastModificationTime": "2019-08-24T14:15:22Z",
"lastModifierUserId": 0,
"creationTime": "2019-08-24T14:15:22Z",
"creatorUserId": 0,
"id": 0
}
]
}