Set limit for AccountCopy Pageput http://localhost:8080/v1/accounts/{accountId}/limits/{limitType}Path ParamsaccountIduuidrequiredUnique identifier (UUID) of the AccountlimitTypestringenumrequiredAccount limit. Possible values: ATM_WITHDRAWAL_PER_DAY: Maximum value of ATM cash withdrawals BANK_TRANSFER_TOP_UP_PER_DAY: Maximum value of inbound cash transfers BPAY_DAILY_LIMIT: Maximum value of outgoing BPAY payments BPAY_TOP_UP_PER_DAY: Not currently used CARD_PAYMENTS_DAILY: Maximum value of Card payments CARD_TOP_UP_PER_DAY: Not currently used DIRECT_DEBIT_PER_DAY: Maximum value of outgoing direct debit transfers MAX_BALANCE: Maximum balance that can be held in Account MIN_BALANCE: Minimum balance that can be held in Account (Shaype use only) MIN_STACK_BALANCE: Minimum balance that can be held in Stack (Shaype use only) OVERDRAFT_PRODUCT_LIMIT: Maximum overdraft value that can be applied on Account PAYMENT_TO_ACCOUNT_NUMBER: Maximum value of individual outgoing cash transfer PAYMENT_TO_PAY_ID: Not currently used SINGLE_CARD_TRANSACTION: Maximum value of individual Card payment TOTAL_SPEND_PER_YEAR: Maximum value of outgoing transfers / payments on Account in a year TOP_UP_PER_DAY: Maximum value of inbound cash transfers MAX_BALANCETOTAL_SPEND_PER_YEARATM_WITHDRAWAL_PER_DAYTOP_UP_PER_DAYBANK_TRANSFER_TOP_UP_PER_DAYPAYMENT_TO_ACCOUNT_NUMBERPAYMENT_TO_PAY_IDCARD_PAYMENTS_DAILYSINGLE_CARD_TRANSACTIONDIRECT_DEBIT_PER_DAYBPAY_DAILY_LIMITShow 11 enum valuesBody ParamsBody of a request to change an account limit.limitAmountnumberrequiredCustom Account limit value being appliedResponses 200Success 400Bad Request 403Forbidden 422Unprocessable Entity 500Internal Server Error 501Not ImplementedUpdated 14 days ago