3. End-of-Day Data
You can authorize Paywall with your own access credentials via the PayOut providers supported by Paywall and perform your balance check operations.
End-of-Day Data
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": {
"EndOfDayId": 3417,
"TotalCount": 4,
"TotalAmount": 46.00,
"SuccessfulCount": 0,
"SuccessfulAmount": 0.00,
"UnsuccessfulCount": 1,
"UnsuccessfulAmount": 13.00,
"RefundCount": 0,
"RefundAmount": 0.00,
"PartialRefundCount": 0,
"PartialRefundAmount": 0.00,
"CancelCount": 0,
"CancelAmount": 0.00
}
}Last updated