Authorization: Bearer ********************
curl --location --request GET 'https://api.upbooks.io/api/v1/finance/last-payment-debited?currency' \
--header 'pageNo;' \
--header 'pageSize;' \
--header 'ORGANIZATION-ID: 00000'
{
"data": [
[
{
"bankAccountNumber": "string",
"source": "string",
"date": "2019-08-24T14:15:22Z",
"reason": "string",
"payment": {
"id": "string",
"paymentNumber": "string",
"amount": 0,
"currency": {
"name": "string",
"symbol": "string"
},
"isAdvance": true
},
"balance": 0,
"currency": {
"name": "string",
"symbol": "string"
},
"lastAmount": 0,
"lastCurrency": {
"name": "string",
"symbol": "string"
}
}
]
],
"totalCount": 0,
"filteredCount": 0,
"message": "string"
}