4. Reconciliation List
You can authorize Paywall with your own access credentials via the PayOut providers supported by Paywall and perform your balance check operations.
Reconciliation List
The header information to be sent to the service is as follows:
Parameter
Type
Compolsory
Description
Parameter
Type
Description
{
"ErrorCode": 0,
"Result": true,
"Message": "",
"Body": {
"Data": [
{
"ReconciliationId": 522344,
"ReconciliationDate": "2024-05-07T00:00:00",
"IsReconciled": true,
"InsertDateTime": "2024-06-23T20:11:55.316038",
"UpdateDateTime": null
},
{
"ReconciliationId": 232423,
"ReconciliationDate": "2024-05-05T00:00:00",
"IsReconciled": true,
"InsertDateTime": "2024-06-17T17:21:08.415729",
"UpdateDateTime": null
},
{
"ReconciliationId": 145646,
"ReconciliationDate": "2024-05-06T00:00:00",
"IsReconciled": false,
"InsertDateTime": "2024-06-17T17:20:50.665343",
"UpdateDateTime": null
}
],
"TotalRecord": 3
}
}Last updated