Hello,
When we use the “standing order” option to transfer credits ( RIPE Atlas - Credits), if the amount selected to be transferred in the order is above the available credits, no transfer is done at all. Example:
Threshold: 1 (If your credit balance is above this value, you will automatically start sharing the amount set below) Thus, 1 implies that you will transfer credits every day that you have at least 1 credit.
Amount: 100.000
If the budget of credits that I have if, for example, 20.000, the transfer order will not be executed.
The same happens with the manual transfer ( RIPE Atlas - Credits), although in this latter case an error message is prompted. However, in the ‘standing offer’ case, no message is triggered and it may be unnoticed by the user.
Could it be possible to set a rule like the following one?:
if selected_amount > total_credits_account
then transferred_amount = total_credits_account
And (or) notify the user.
Thank you in advance!