Skip to content

Disbursement Initialization

Endpoint: POST /api/disbursement/init/{customer_key}

Request body:

FieldRequiredTypeDescription
return_urlstring (url)Redirect URL after disbursement
contract_idIf contract_name is not specifiedintID of the open contract
contract_nameIf contract_id is not specifiedstringNumber of the open contract

Response:

json
{
  "status": "ok",
  "timestamp": "1646916652000",
  "data": {
    "url": "" // Link to the disbursement form.
  }
}