# Business Overdrafts ## Create Business Overdraft Application - [POST /v1/businesses/{business_id}/overdraft_applications](https://docs.solarisgroup.com/api-reference/lending/overdrafts/business-overdrafts/overdraftweb.v1.business.applications.createoperation.md): Creates a business overdraft application and assigns it to the with the given in the path parameter. You have to include the and the of the business in the payload. Afterwards, Solaris' credit scoring system assesses the application to determine the business credit eligibility and either approves or rejects the application. ## Get Business Overdraft Application - [GET /v1/businesses/{business_id}/overdraft_applications/{overdraft_application_id}](https://docs.solarisgroup.com/api-reference/lending/overdrafts/business-overdrafts/overdraftweb.v1.business.applications.showoperation.md): Returns the status and details of an existing business overdraft application. ## Increase limit in Business Overdraft Application - [POST /v1/businesses/{business_id}/overdraft_applications/{overdraft_application_id}/limit_increase](https://docs.solarisgroup.com/api-reference/lending/overdrafts/business-overdrafts/overdraftweb.v1.business.applications.limitincreaseoperation.md): Requests a limit increase for an approved or confirmed business overdraft application. After Solaris approves an overdraft application, the business receives an offer with an initial overdraft limit and can either confirm the offer or request a limit increase by calling this endpoint. A limit increase request is subject to an additional credit check by Solaris and can be approved or rejected. ## Confirm Business Overdraft Application - [POST /v1/businesses/{business_id}/overdraft_applications/{overdraft_application_id}/confirm](https://docs.solarisgroup.com/api-reference/lending/overdrafts/business-overdrafts/overdraftweb.v1.business.applications.confirmoperation.md): Confirms a business overdraft application and activates the overdraft limit. Once Solaris approves a business overdraft application, you must confirm the overdraft by calling this endpoint. Afterwards, the overdraft amount will be credited to the business account. You have to call this enpoint also after receiving an approval on a limit increase request. ## Cancel Business Overdraft Application - [POST /v1/businesses/{business_id}/overdraft_applications/{overdraft_application_id}/cancel](https://docs.solarisgroup.com/api-reference/lending/overdrafts/business-overdrafts/overdraftweb.v1.business.applications.canceloperation.md): Cancels an existing business overdraft application. ## Get Business Overdraft - [GET /v1/businesses/{business_id}/overdrafts/{overdraft_id}](https://docs.solarisgroup.com/api-reference/lending/overdrafts/business-overdrafts/overdraftweb.v1.business.overdrafts.showoperation.md): Returns all the details of an existing business overdraft, assigned to the with the given .