Authorization: Bearer ********************
curl --location --request GET 'https://api.upbooks.io/api/v1/platform-payment?searchText&status' \
--header 'pageNo;' \
--header 'pageSize;' \
--header 'ORGANIZATION-ID: 00000'
{
"data": [
[
{
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"__v": 0,
"_id": "string",
"organization": {
"id": "string",
"organizationId": "string",
"name": "string",
"state": "string"
},
"amount": 0,
"taxAmount": 0,
"currency": {
"name": "string",
"symbol": "string"
},
"paymentMode": "string",
"date": "2019-08-24T14:15:22Z",
"status": "draft",
"paymentMethod": {
"method": "string",
"bank": "string",
"wallet": {
"name": "string"
},
"card": {
"type": "string",
"network": "string",
"name": "string",
"last4": "string",
"issuer": "string"
}
},
"paymentLink": "string",
"notes": "string",
"subscriptionId": "string",
"planId": "string",
"invoiceUrl": "string"
}
]
],
"totalCount": 0,
"filteredCount": 0,
"message": "string"
}