Payment Accounts represent a specific configuration a Merchant Partner uses to operate and are used to define how Payment Transactions are processed within the Klarna Network ecosystem.
A Payment Account represents a specific Merchant Partner configuration in the Klarna Network ecosystem. It's on the payments flow to define how transactions are processed across the network, connecting a specific set of characteristics from the Merchant Partner, such as a Business Entity and an MCC, to the transactions.
Payment Accounts are created and managed by Acquiring Partners and are used to process transactions on the network, and are assigned a unique Payment Account Reference, which uniquely identifies the Merchant Partner within that Acquiring Partner.
A Payment Account sits under the Payment Product of a Merchant Partner. It can be created during onboarding or later using the createPaymentAccount operation. At least one Payment Account is required to allow a Merchant Partner to process transactions through Klarna’s Payment Products.
Payment Product: The Payment Account belongs to a Payment Product. Pricing and Payment Program settings are inherited from the Payment Product.
Partner Business Entity: Defines which Partner Business Entity is offering the services for the consumer on another side of transaction. Defines country or jurisdiction under which laws a Partner is legally incorporated or registered to conduct business.
A unique string reference for the payment account, used by the partner to identify the payment account without relying on Klarna-generated IDs.
Copied
partner_business_entity_id
Yes
Klarna Resource Identifier (KRN) used to identify the partner business entity.
Copied
payment_acquiring_account_id
Yes
Unique account identifier assigned by Klarna to the Acquiring Account.
Copied
default_merchant_category_code
0742
Yes
The Merchant Category Code (MCC) is a four-digit number that is used to classify the type of goods or services
offered by a business.
[Read more here]( https://docs.klarna.com/klarna-network-distribution/manage-partners/onboard-and-manage-p...
Show more
Copied
default_store_group_id
Yes
A unique identifier assigned by Klarna to an existing store group. Used to reference the store group in Klarna's systems and APIs.
Here you can find all required parameters for this operation getPaymentAccounts
All Payment Account properties are immutable. To make changes, create a new Payment Account using the createPaymentAccount operation.
There are currently no webhooks associated with Payment Account, instead the Payment Product status change webhook should be subscribed to in order to obtain status change notifications.
Create a Payment Account during the Merchant Partner’s onboard flow or afterward using the createPaymentAccount operation. The number and configuration of Payment Accounts depend on how the Merchant Partner is modeled within the Acquiring Partner’s system. For modeling guidance, refer to the Modeling your Partner Account article.
Retrieve all Payment Accounts associated with a Merchant Partner using the getPaymentAccounts operation. There is currently no support for retrieving a single Payment Account by ID or reference.
Payment Accounts are permanent and can’t be deleted or suspended. In order to disable new transactions from being created, disable the Payment Product instead.