Onboard Partner Business Entities efficiently by meeting Klarna’s requirements for legal entity registration, unique references, and necessary business details.
Link copied!
A Partner Business Entity represents a specific business using Klarna’s Products. It is linked to a legally registered entity and enables Acquiring Partners to declare and manage entities within their Partner Account through the Klarna Management API.
Partner Business Entities exist to ensure compliance, audit traceability, and structured onboarding of each business under a Partner Account.
Link copied!
Diagram: Relationship between Partner Account and Partner Business Entity.
Link copied!
Copied
/v2/accounts/{partner_account_id}/partner-business-entities/{partner_business_entity_id}| Parameter | Required | Description |
|---|---|---|
Copied partner_business_entity_id | Yes | Klarna Resource Identifier (KRN) used to identify the partner business entity. |
Copied partner_business_entity_reference | Yes | Provide a unique reference used by the integrator to identify a specific Partner entity within their system. This reference is used to associate requests with the correct Partner entity. |
Copied legal_registered_entity_name | Yes | Provide the official registered name of the Partner’s legal entity to identify the organization in legal and compliance contexts. The server stores this name as part of the Partner’s legal entity data. Ensure the value is a non-empty string... Show more |
Copied legal_registration_country | Yes | Provide the two-letter country code in ISO 3166‑1 alpha‑2 format for the indicated address. The system accepts only predefined country codes such as US, DE, SE, and AU. Treat the country code as an opaque string, do not parse or interpret i... Show more |
Link copied!
The supplementary_business_data object may include the following sub-objects:
| Status | Definition |
|---|---|
| Legal registration data including the Legal Registration Number. |
| Contains the list of physical addresses associated with the entity. |
| Lists beneficial owners and authorized signatories. |
| Defines the payout configuration per entity. |
Klarna and the Acquiring Partner define which data points are mandatory during the contracting phase.
Link copied!
Partner Business Entities are created automatically when a Partner Account is established. Once created, their lifecycle is managed internally by Klarna systems:
Link copied!
Link copied!
The Acquiring Partner declares and links business entities during Partner registration.
Link copied!
Update legal name or registration details following rebranding or jurisdictional changes.
Link copied!
Retrieve all Partner Business Entities under a Partner Account for audit or payout reconciliation.
Link copied!
The following endpoints manage Partner Business Entity data under an existing Partner Account:
entity deletion will be supported in future API releases