SafetyPay SOAP Payout State
midstring
Ten-digit merchant ID for the merchant and currency pair.
Example:
9000000008currencystring
Currency associated with the MID.
Example:
PYGtotalPayoutAmountnumber<double>
Total payouts executed on the MID during the current billing cycle.
Example:
0totalPaymentAmountnumber<double>
Total payments executed on the MID during the current billing cycle.
Example:
0creditLinenumber<double>
Additional payout credit line for the MID.
Example:
10000totalPayoutBalancenumber<double>
Amount that can still be paid out during the billing cycle.
Example:
10000dailyPayoutLimitnumber<double>
Maximum payout amount configured for the MID per day.
Example:
10000dailyPayoutAmountnumber<double>
Total amount paid out on the MID during the current day.
Example:
0dailyPayoutBalancenumber<double>
Amount that can still be paid out on the MID during the current day.
Example:
10000SafetyPay SOAP Payout State
{
"mid": "9000000008",
"currency": "PYG",
"totalPayoutAmount": 0,
"totalPaymentAmount": 0,
"creditLine": 10000,
"totalPayoutBalance": 10000,
"dailyPayoutLimit": 10000,
"dailyPayoutAmount": 0,
"dailyPayoutBalance": 10000
}