Skip to content

Ingest a New Partner Application (v1)

Submit a new business application for asynchronous processing and receive a unique request ID for tracking.

Ingest a new partner application

POST
/capital/ingest

Submit a new business application for processing. The submission is durably recorded and queued immediately, then validated and processed in the background. Returns a unique request ID for tracking.

Authorizations

bearerAuth

Enter your API Key with the Bearer prefix, e.g. 'Bearer '

Type
HTTP (bearer)

Request Body

application/json
JSON
{
"email": "[email protected]",
"business_name": "Acme Corp",
"ein": "123456789"
}

Responses

Request accepted for processing. The submission is durably stored and will be validated and processed in the background. The applicant receives login instructions via email once processing completes.

application/json
JSON
{
"message": "Request accepted for processing.",
"data": {
"request_id": "req_01890a5d-ac96-774b-bcce-b302099a8057"
}
}

Playground

Authorization
Body

Samples