Skip to main content

PayoutState

Payout limit information for a MID and currency.

midstring
Example: 9000000008
currencystring
Example: PYG
totalPayoutAmountstring
Example: 0.0
totalPaymentAmountstring
Example: 0.0
creditLinestring
Example: 10000.0
totalPayoutBalancestring
Example: 10000.0
dailyPayoutLimitstring
Example: 10000.0
dailyPayoutAmountstring
Example: 0.0
dailyPayoutBalancestring
Example: 10000.0
PayoutState
{
"mid": "9000000008",
"currency": "PYG",
"totalPayoutAmount": "0.0",
"totalPaymentAmount": "0.0",
"creditLine": "10000.0",
"totalPayoutBalance": "10000.0",
"dailyPayoutLimit": "10000.0",
"dailyPayoutAmount": "0.0",
"dailyPayoutBalance": "10000.0"
}