Skip to main content
PATCH
Update a partner seller profile

Authorizations

Authorization
string
header
required

Portal API key minted in portal Settings → API access. Scope read or write; pinned to one company. Send as Authorization: Bearer lac_sk_....

Path Parameters

profile_id
string
required

Body

application/json

Partner seller identity. Fields are optional for PATCH. Identity, bookkeeping-copy email, address, payment, mandate, and KYC fields are required before status can become active.

customer_id
string

Target company for an interactive admin session.

trading_name
string
business_id
string

Valid Finnish business ID, different from the tenant's.

street_address
string
postal_code
string
city
string
country_code
string
default:FI
iban
string

Partner-owned IBAN. A tenant-owned account is refused.

contact_email
string<email>

Recipient of the partner's bookkeeping PDF copy.

status
enum<string>

Only an interactive company admin may set active.

Available options:
draft,
active
mandate_evidence_ref
string

Reference to the signed authority to invoice for the partner.

kyc_evidence_ref
string

Reference to the partner identity check.

Response

Updated seller profile.

Partner seller identity. Fields are optional for PATCH. Identity, bookkeeping-copy email, address, payment, mandate, and KYC fields are required before status can become active.

business_id
string
required

Valid Finnish business ID, different from the tenant's.

country_code
string
default:FI
required
status
enum<string>
required

Only an interactive company admin may set active.

Available options:
draft,
active
id
string
required
customer_id
string

Target company for an interactive admin session.

trading_name
string
street_address
string
postal_code
string
city
string
iban
string

Partner-owned IBAN. A tenant-owned account is refused.

contact_email
string<email>

Recipient of the partner's bookkeeping PDF copy.

mandate_evidence_ref
string

Reference to the signed authority to invoice for the partner.

kyc_evidence_ref
string

Reference to the partner identity check.

created_by
string
created_at
string<date-time>
updated_at
string<date-time>