PUT
Set Limit
Configure or modify the overdraft limit for a specific account.
PUT/v2/overdraft/{account_number}/limit
Body Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
limit_amount | number | YES | The 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}'