2. Balance/Main Account
You can authorize Paywall with your own access credentials through the supported PayOut providers to perform balance checks (Main Account).
Balance Check (Main Account)
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