Skip to main content

Payout Limits Response

currencystringrequired

Three-letter ISO 4217 currency code.

Possible values: >= 3 characters and <= 3 characters, Value must match regular expression ^[A-Z]{3}$

Example: EUR
midstringrequired

Merchant ID associated with the payout limits.

Example: 1000003517
credit_linenumber<double>required

Additional payout credit line.

Example: 0
daily_payout_amountnumber<double>required

Total payout amount processed during the current day.

Example: 27.47
daily_payout_balancenumber<double>required

Amount still available for payout during the current day.

Example: 999972.53
daily_payout_limitnumber<double>required

Maximum payout amount configured per day.

Example: 1000000
total_payment_amountnumber<double>required

Total payment amount associated with the MID.

Example: 47.92
total_payout_amountnumber<double>required

Total payout amount associated with the MID.

Example: 297.12
total_payout_balancenumber<double>required

Current total payout balance.

Example: -249.2
Payout Limits Response
{
"currency": "EUR",
"mid": "1000003517",
"credit_line": 0,
"daily_payout_amount": 27.47,
"daily_payout_balance": 999972.53,
"daily_payout_limit": 1000000,
"total_payment_amount": 47.92,
"total_payout_amount": 297.12,
"total_payout_balance": -249.2
}