Skip to main content

GetPayoutStateResponse

Response returned by getPayoutState.

resultCodeinteger
Example: 0
errorCodeinteger
Example: 0
errorCodeDescriptionstring
Example:
payoutState object[]
  • Array [
  • 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
  • ]
  • GetPayoutStateResponse
    {
    "resultCode": 0,
    "errorCode": 0,
    "errorCodeDescription": "",
    "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"
    }
    ]
    }