Set Daily Withdrawal Limit
Sets the most that can be withdrawn from your accounts in a single day across all transfer types. Must be a whole dollar amount from 0 up to the maximum set for your entity. Set it to 0 to block all outbound transfers while you collect funds, then raise it when you are ready to pay out.
Authorizations
Your Meow API key, sent in the x-api-key header for authentication.
Headers
Optional entity_id to scope requests to a specific entity.
Body
The most, in USD, that can be withdrawn from your accounts in a single day across all transfer types. Must be a whole dollar amount from 0 up to the maximum set for your entity. Set it to 0 to block all outbound transfers while you collect funds.
0 <= x <= 1000000000Must be a multiple of 1"25000"
Response
Successful Response
The most, in USD, that can be withdrawn from your accounts in a single day across all transfer types. This is the limit enforced on outbound transfers today.
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$"50000"
The highest daily withdrawal limit you can set, in USD. When null, no maximum is configured for your entity yet, so you can only lower the limit. Contact support@meow.com to raise it.
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$"100000"
The total, in USD, you have already withdrawn today.
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$"12500"
How much more, in USD, you can withdraw today before reaching your daily limit.
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$"37500"