PUT

Set Limit

Configure or modify the overdraft limit for a specific account.

PUT/v2/overdraft/{account_number}/limit

Body Parameters

ParameterTypeRequiredDescription
limit_amountnumberYESThe new overdraft threshold allowed.

Example Request

cURL
curl -X PUT "https://sandbox.hexcore.io/v2/overdraft/1234567890/limit" \-H "Authorization: Bearer sk_test_your_secret_key" \-H "Content-Type: application/json" \-d '{"limit_amount": 100000}'