GetMoneyAmountToChargeResult
The GetMoneyAmountToCharge function result.
Fields
amount
amount: decimal
The money amount of the subscriptions + plan + negative_balance in the specified currency
bank_card_amount_usd
Optional
bank_card_amount_usd: decimal
Exists if bank card payments are allowed. It is the maximum of the 'amount' in USD and the min_card_payment (10$)
min_amount
min_amount: decimal
The 'amount' value minus the positive account balance in the specified currency
min_bank_card_amount_usd
Optional
min_bank_card_amount_usd: decimal
Exists if bank card payments are allowed. It is the maximum of the 'min_amount' in USD and the min_card_payment (10$)
min_robokassa_amount_rub
Optional
min_robokassa_amount_rub: decimal
Exists if robokassa payments are allowed. It is the maximum of the 'min_amount' in RUR and the min_robokassa_payment (500 RUR)
robokassa_amount_rub
Optional
robokassa_amount_rub: decimal
Exists if robokassa payments are allowed. It is the maximum of the 'min_amount' in RUR and the min_robokassa_payment (500 RUR)