Funding creation

This endpoint creates a Business, generates an Offer (flexible or fixed repayments) based on the provided terms, and accepts it. This allows you to immediately begin sharing revenue information (Sales statements) for the Business to initiate payment.

🚧

Only available in sandbox environment.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
length ≤ 100
^[a-zA-Z0-9_\.\-]{1,100}$

Identifier of the Business to create. If omitted we will assign a random UUID.

number
0.01 to 100000
^(?:\+|-)?[0-9]+(?:\.[0-9]+)$

The amount with up to 2 decimal places.

number
0.0001 to 100
^(?:\+|-)?[0-9]+(?:\.[0-9]+)$

The amount with up to 2 decimal places.

number
≥ 0.01
^(?:\+|-)?[0-9]+(?:\.[0-9]+)$

The amount with up to 2 decimal places.

number
0 to 50
^(?:\+|-)?[0-9]+(?:\.[0-9]+)$

The amount with up to 2 decimal places.

string
enum

Country of the Business. If omitted we will automatically pick default DEU.

Responses

401

Missing or invalid API key. Could not authenticate API request.

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json