Create Deposit
The CreateDeposit
API in OCS.io is a specialized tool designed to generate deposit documents. This API is built upon the CreateAnyDocument
API, making it a more specific tool for creating deposit documents.
This API is particularly useful when there’s a need to create a deposit document. It allows users to generate these documents efficiently, ensuring that the deposit amount is accurately reflected.
API Overview
Detailed API documentation and endpoint specifics are available here. |
Request Validations
The following validations are performed when creating a deposit document:
-
Account must be provided in the request, it must be already created in the system and must not be in Deactivated State.
-
Payer must be already created in the system.
-
Document Type of Category Deposit must be configured in the system.
-
Document Source must be configured in the system.
-
Currency must be configured in the system.
-
Payment Method must be configured in the system.
-
Delivery Method must be configured in the system.
-
If External Document Number is provided in the request, other Document with the same External Document Number must not be already created in the system, it must be unique.