Download OpenAPI specification:Download
API for integrating with Finiata's credit line services.
| tax_id | number Polish NIP of the customer. Either tax_id or organization_id is required. Will be strpped for digits only. |
| organization_id | string <uuid> Example: organization_id=123e4567-e89b-12d3-a456-426655440000 UUID of the organization. Either tax_id or organization_id is required. |
{- "status": "active",
- "organization_id": "123e4567-e89b-12d3-a456-426655440000",
- "available_credit_limit_cents": 5000000,
- "total_credit_limit_cents": 5000000
}| city | string |
| country | string Default: "PL" |
| currency | string Default: "PLN" |
string | |
| iban | string |
| name | string |
| postcode | string |
| street | string |
{- "city": "Warsaw",
- "country": "PL",
- "currency": "PLN",
- "email": "seller@example.com",
- "iban": "PL67109024029424941226832767",
- "name": "XYZ Corporation",
- "postcode": "00-001",
- "street": "Main Street 1"
}{- "seller_id": "123e4567-e89b-12d3-a456-426655440001",
- "city": "Warsaw",
- "country": "PL",
- "currency": "PLN",
- "email": "seller@example.com",
- "iban": "PL67109024029424941226832767",
- "name": "XYZ Corporation",
- "postcode": "00-001",
- "street": "Main Street 1"
}[- {
- "seller_id": "123e4567-e89b-12d3-a456-426655440001",
- "city": "Warsaw",
- "country": "PL",
- "currency": "PLN",
- "email": "seller@example.com",
- "iban": "PL67109024029424941226832767",
- "name": "XYZ Corporation",
- "postcode": "00-001",
- "street": "Main Street 1"
}
]| seller_id required | string The ID of the seller |
{- "seller_id": "28f4dc41-8499-4ead-9976-f2fa20a45fd1",
- "city": "Warsaw",
- "country": "PL",
- "currency": "PLN",
- "email": "seller@example.com",
- "iban": "PL67109024029424941226832767",
- "name": "XYZ Corporation",
- "postcode": "00-001",
- "street": "Main Street 1"
}| seller_id required | string The ID of the seller |
| city | string |
| country | string |
| currency | string |
string | |
| iban | string |
| name | string |
| postcode | string |
| street | string |
{- "city": "string",
- "country": "PL",
- "currency": "PLN",
- "email": "string",
- "iban": "PL67109024029424941226832767",
- "name": "string",
- "postcode": "string",
- "street": "string"
}{- "seller_id": "28f4dc41-8499-4ead-9976-f2fa20a45fd1",
- "city": "string",
- "country": "PL",
- "currency": "PLN",
- "email": "string",
- "iban": "PL67109024029424941226832767",
- "name": "string",
- "postcode": "string",
- "street": "string"
}| organization_id | string <uuid> |
| drawdown_cents | integer |
{- "organization_id": "123e4567-e89b-12d3-a456-426655440000",
- "drawdown_cents": 0
}{- "installments": [
- {
- "due_date": "2019-08-24T14:15:22Z",
- "outstanding_principal_cents": 0,
- "outstanding_interest_cents": 0,
- "outstanding_fee_cents": 0,
- "outstanding_vat_cents": 0,
- "outstanding_total_cents": 0
}
]
}| organization_id | string <uuid> |
| seller_id | string <uuid> |
| drawdown_cents | integer |
{- "organization_id": "123e4567-e89b-12d3-a456-426655440000",
- "seller_id": "123e4567-e89b-12d3-a456-426655440001",
- "drawdown_cents": 0
}{- "status": "string",
- "payment_id": "123e4567-e89b-12d3-a456-426655440003"
}