Partner Business Entities

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.

graph PBE( **Partner Business Entity** ) PA(Partner Account) PP(Payment Product) PAA(Payment Account) PT(Payment Transaction) PA -->|1..n|PBE PA --> PP PP -->|1..n| PAA PAA -->|n..1| PBE PT -->|1..n| PAA PT -.->|counter party| PBE PBE -->|n..1| LE(Legal Registration)

Diagram: Relationship between Partner Account and Partner Business Entity.

  • Each Partner Business Entity belongs to a Partner Account.
  • It references a legally registered company identified by legal_registered_entity_name and Legal Registration Number.
  • An Acquiring Partner can register multiple Partner Business Entities under a single Partner Account.
Partner Business EntitiesKlarna Icon

Copied

PATCH:/v2/accounts/{partner_account_id}/partner-business-entities/{partner_business_entity_id}
Show recommended
ParameterRequiredDescription

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...

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...

Here you can find all required parameters for this operation updatePartnerBusinessEntityKlarna Icon

The supplementary_business_data object may include the following sub-objects:

StatusDefinition

legal_registration

Legal registration data including the Legal Registration Number.

operating_addresses

Contains the list of physical addresses associated with the entity.

stakeholders

Lists beneficial owners and authorized signatories.

partner_payout_states

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:

  • Created: Automatically when the Partner Account is registered.
  • Updated: Through updatePartnerBusinessEntity API for compliance or branding changes.
  • Disabled: When associated Products are deactivated.
  • Archived: (Planned) Future API functionality will enable deletion or archival.

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