v1

latestOpenAPI 3.1.02026-07-24233206489.1 KB
configs

Upsert lender configuration

Creates or updates the configuration for the authenticated lender

put/v1/capitals/lenders/configs

Request body

Example request

{
  "supporting_documents": [
    {
      "document_type": "government_id",
      "required": true
    }
  ]
}

Response

Updated lender configuration

messagestring

Example response

{
  "data": {
    "lender_id": "org_1",
    "offer_notification_template_id": "C9813467-A266-406F-8155-9BCEBED87C73",
    "status": "active",
    "supporting_documents": [
      {
        "document_type": "government_id",
        "required": true
      }
    ]
  }
}