1. Balance
You can authorize Paywall with your own access credentials through the supported PayOut providers to perform balance checks.
Balance Check
The header information that needs to be sent to the service is as follows:
Parameter
Type
Compulsory
Description
Parameter
Type
Description
{
"ErrorCode": 0,
"Result": true,
"Message": "",
"Body": {
"Balances": [
{
"TotalBalance": 249961.82,
"LockedBalance": 0.0,
"AvailableBalance": 249961.82
}
],
"ProviderDump": "{PROVIDERJSONDUMP}",
"ProviderHttpStatus": 200,
"ProviderConnectedId": 17,
"ProviderId": 2,
"ProviderKey": "ProviderKey",
"CurrencyId": 1
}
}Last updated