In order to maintain security, compliance, and operational continuity within the Klarna Network, Acquiring Partners must manage the lifecycle of
Payment Products on
Partner Accounts and keep their own systems in sync with Klarna.
Overview
The Acquiring Partner have the authority to disable or re-enable
Payment Products associated with
Partner Accounts when necessary via the API using the following operations:
The lifecycle diagram and table below describe the allowed states and transitions for a
Payment Product, including how it moves into and out of disabled states.
flowchart LR
start((Start)):::teritiaryEntity --> E[ENABLED]
E -->|disabled by Acquirer| D[DISABLED]
E -->|disabled by Klarna| D
D -->|enabled by Acquirer| E
D -->|enabled by Partner| E
D -->|terminated by Klarna| T[TERMINATED]
T -->|re-activated by Klarna| E
| Status | Definition |
|---|
ENABLED | The product can process new payment requests. |
DISABLED | The product cannot process new payment requests but can be re-enabled by the Acquiring Partner. Post-purchase actions such as dispute management may still function. |
TERMINATED | The product is terminated by Klarna due to AML, fraud, or risk concerns. |
The Acquiring Partner can enable or disable a Payment Product based on operational or compliance needs using the
corresponding API calls. When Klarna changes the lifecycle state of a Payment Product, Klarna triggers the corresponding webhook so the Acquiring Partner can keep its internal systems synchronized.
The Partner cannot initiate new Klarna transactions with that product.
The Partner can continue to manage existing payments created before the disablement, according to product rules.
Klarna Support and Compliance teams maintain visibility into the current state for support and investigation purposes.
Klarna may disable an account based on fraud, regulatory non-compliance, violation of Klarna's policies or other unsavory behavior. More information on this process can be found in the Compliance Decisions section.
Disable a Payment Product
Acquiring Partners play a critical role in safeguarding the Klarna Network. When a
Payment Product on a
Partner Account is disabled, the Partner cannot process new transactions with that product, but can still handle completed payments as permitted by the product.
If the Partner is disabled in the Acquiring Partner’s own systems, the Acquiring Partner must immediately disable all associated
Payment Product in Klarna to reflect the correct Partner status. This ensures Klarna maintains reliable visibility into account state and can respond correctly to customer inquiries.
The Partner is considered fraudulent
The Partner does not comply with regulations or Klarna’s policies
The Partner has voluntarily offboarded from the Acquiring Partner
The Partner account is compromised (for example, an account takeover)
| Reason | Definition |
|---|
FRAUD | In case Klarna Product is being disabled due to fraud suspicion. More information on fraud and account security is available in Payments on restricted businesses. |
VOLUNTARY | In case the Klarna Product is being disabled due to voluntary cancellation of the account |
You can also provide an optional reason_details field to add additional context about the disablement (for example, a short reference or case identifier).
Example payload:
1
2
3
4
5
{
"reason": "FRAUD",
"reason_details": "Fraudulent activity detected"
}
Re-enable a Payment Product
To restore a
Payment Product that was previously disabled by an Acquiring Partner, use the
enableAccountPaymentProductById
operation. This reactivation process restores the Partner’s ability to place new Klarna transactions using that product.
Use this operation when:
A Partner is reinstated in the Acquiring Partner’s systems
An initial fraud concern is resolved or confirmed to be a false positive
The Partner has changed their processes and is now compliant with relevant regulations and Klarna policies
Klarna-driven disablement
In addition to actions taken by Acquiring Partners, Klarna may disable
Payment Product based on its own fraud, risk, or compliance assessments.
When Klarna disables a Product or account:
Acquiring Partners should treat Klarna-driven disablement as authoritative and adjust their internal Partner status to match.