πŸ“ƒInitialize Request

This endpoint is used to initialize a contract signing request by verifying the organization's wallet balance.It checks whether the organization has sufficient funds to cover the contract signing cost

post
Authorizations
AuthorizationstringRequired

Please insert JWT with Bearer into field

Responses
chevron-right
200

Success

application/json
statusinteger Β· enumOptional

Indicates the result of the operation. 0 = Success, 1 = Failed.

Possible values:
post
/Onboarding/api/v1/SignContractRequest/Initialize
200

Success

circle-info

The response returns a status field (enum) with the following values:

  • 1 = Fail – The organization does not have enough balance to proceed.

  • 0 = Success – The organization has sufficient balance, and the request can continue.

Last updated