SafetyPay Payout Limits Response
Payout-limit information for a MID and currency.
currencystringrequired
Three-letter ISO 4217 currency code.
Possible values: >= 3 characters and <= 3 characters, Value must match regular expression ^[A-Z]{3}$
Example:
PENcredit_linenumber<double>required
Added credit limit.
Example:
0daily_payout_amountnumber<double>required
Total payout amount processed for the current day.
Example:
27.47total_payment_amountnumber<double>required
Total payment amount associated with the MID.
Example:
47.92total_payout_amountnumber<double>required
Total payout amount associated with the MID.
Example:
297.12total_payout_balancenumber<double>required
Current total payout balance.
Example:
-249.2midstringrequired
Merchant ID associated with the payout limits.
Example:
1000067595SafetyPay Payout Limits Response
{
"currency": "PEN",
"credit_line": 0,
"daily_payout_amount": 27.47,
"total_payment_amount": 47.92,
"total_payout_amount": 297.12,
"total_payout_balance": -249.2,
"mid": "1000067595"
}