Skip to content
Create account
or
Sign in
The Stripe Docs logo
/
Ask AI
Create account
Sign in
Get started
Payments
Revenue
Platforms and marketplaces
Money management
Developer tools
Overview
About Stripe payments
Upgrade your integration
Payments analytics
Online payments
OverviewFind your use caseManaged Payments
Use Payment Links
Build a checkout page
Build an advanced integration
Build an in-app integration
Payment Methods
Add payment methods
    Overview
    Payment method integration options
    Manage default payment methods in the Dashboard
    Payment method types
    Cards
    Pay with Stripe balance
    Crypto
    Bank debits
    Bank redirects
    Bank transfers
    Credit transfers (Sources)
    Buy now, pay later
      Affirm
      Afterpay / Clearpay
      Alma
      Billie
      Capchase Pay
      Klarna
        Accept a payment
        Respond to disputes
      Kriya
      Mondu
      Payment on Invoice
      Scalapay
      SeQura
      Sunbit
      Zip
    Real-time payments
    Vouchers
    Wallets
    Enable local payment methods by country
    Custom payment methods
Manage payment methods
Faster checkout with Link
Payment interfaces
Payment Links
Checkout
Web Elements
In-app Elements
Payment scenarios
Custom payment flows
Flexible acquiring
Orchestration
In-person payments
Terminal
Other Stripe products
Financial Connections
Crypto
Climate
HomePaymentsAdd payment methodsBuy now, pay laterKlarna

Respond to disputes

Take action in response to Klarna enquiry disputes and chargeback disputes.

Copy page

Almost all Klarna disputes begin as enquiry disputes. The exceptions are disputes raised because of fraudulent transactions, which escalate immediately to chargeback disputes.

Enquiry disputes

Enquiry disputes are an opportunity to resolve a customer’s issue before the dispute escalates to a chargeback and carries a fee. Klarna doesn’t accept evidence to challenge an enquiry dispute. Contact your customer during the 21-day enquiry period. Listen to the customer’s reason for raising this dispute to find an amicable resolution within the 21-day period preceding automatic escalation. For example, a customer you successfully reassure that their purchased goods are delayed rather than undelivered can withdraw their enquiry dispute directly with Klarna.

You can also perform one of the following actions:

  • Accept the dispute. Confirm the disputed amount with the customer and issue a refund. Refunding during the enquiry dispute period avoids a dispute fee.
  • Allow the dispute to escalate. If you’re unable to resolve the issue within the 21 days, you can submit evidence to challenge the dispute after it escalates to a chargeback.

Refunds as enquiry disputes

Customers paying with Klarna use enquiry disputes as a means to request refunds from businesses. If you receive an enquiry dispute with the Return Klarna dispute code, consider this the customer’s request for a refund, rather than a greater dispute against the payment. As with other enquiry disputes, contact the customer, understand why they’ve requested the refund, and process it appropriately.

Chargeback disputes

If an enquiry dispute remains unresolved after the 21-day timeframe, the dispute automatically escalates to a chargeback dispute. Stripe withholds the disputed funds and the associated dispute fee from your account for this payment until the dispute is resolved.

During the chargeback dispute stage, you can counter disputes by submitting evidence to Klarna, either in the Dashboard or with the API. Starting from the chargeback dispute creation date, you have to submit evidence by the deadline displayed in the Dashboard. If you counter the dispute by submitting evidence, Klarna evaluates your response to decide the outcome.

  • If you win the dispute, Stripe releases the aforementioned withheld funds to your account, including the associated dispute fee.
  • If you lose the dispute, Stripe debits the withheld funds, including the associated dispute fee. Klarna then returns the disputed amount to the customer.

Submit evidence for chargeback disputes

Use the Dashboard or the API to submit evidence against a chargeback dispute. You can’t submit evidence for enquiry disputes.

  1. Navigate to the Disputes Dashboard, and click the Needs Response tab.
  2. Click the disputed payment. If you want to counter the dispute, click Counter dispute.
  3. Select the reason why you should win the dispute, and click Next.
  4. Enter and attach all the applicable supporting evidence. The recommended label indicates the best documents for the type of dispute.
  5. After entering all the evidence, verify the information is correct by selecting the checkbox.
  6. Click Submit Evidence.

See Respond to disputes for more information. If you fail to submit evidence, Klarna rules the dispute in favour of the customer.

Alternatively, you can accept a dispute loss from the Disputes Dashboard by clicking Accept Dispute.

Guidelines

Follow these guidelines to submit the most relevant evidence for both Dashboard and API disputes.

Stripe dispute reasonGuidelines
Product not received
  • Attach all the shipping details, such as the tracking number, carrier, shipped date, and customer communication.
Credit not processed
  • If you receive the returned product, attach the date when the customer initiated the return and any other information related to the return.
  • If the customer confirms that the dispute is for a partial order, share the customer communication and the return order amount.
  • If the return hasn’t been received, share when the customer initiated the return and make a note that the return hasn’t yet been received.
  • If the customer didn’t communicate or failed to reply to your request, document in the evidence when your team attempted to contact the customer, the number of attempts made, and the lack of response received.
  • If you fully or partially refunded the payment before it becomes a chargeback dispute, attach the refund details.
Fraudulent
  • Share the shipping policy as an attachment or link to your shipping policy.
General
  • If the customer confirms that the price is incorrect, attach all the supporting documents against the claim, such as order details.
  • If you fully or partially refunded the payment prior to it becoming a chargeback dispute, attach the refund details.

Create test disputes

You can simulate dispute creation by creating a transaction in a sandbox using the following email addresses and phone numbers in the given Klarna checkout region. A dispute automatically opens on the transaction. You can submit evidence on the dispute, but you can’t simulate the final dispute outcome in a testing environment.

Below, we have specially selected test data for the currently supported customer countries.

Stripe dispute reasonKlarna dispute reasonEmailPhone number
Credit not processedReturncustomer+disputed-return@email.au+61491574118
Product not receivedGoods not receivedcustomer+disputed-goods_not_received@email.au+61491574632
DuplicateAlready paidcustomer+disputed-already_paid@email.au+61491575254
Product unacceptableFaulty goodscustomer+disputed-faulty_goods@email.au+61491575789
GeneralIncorrect invoicecustomer+disputed-incorrect_invoice@email.au+61491575789
GeneralHigh risk ordercustomer+disputed-high_risk_order@email.au+61491576801
FraudulentUnauthorised purchasecustomer+disputed-unauthorized_purchase@email.au+61491577426

Dispute API

A Dispute object contains a dispute type and Klarna dispute reason. These parameters are useful for countering a dispute.

Type

The Status parameter indicates the dispute type. The following table explains the dispute status and the state of the dispute.

StatusDispute typeDescription
warning_needs_responseEnquiryThe enquiry is open and the business can issue a refund.
warning_closedEnquiryThe enquiry is closed.
needs_responseChargebackThe chargeback is open and the business can submit evidence.
under_reviewChargebackThe chargeback is open and the evidence is submitted to Klarna.
lostChargebackThe chargeback is closed and the business lost the dispute.
wonChargebackThe Chargeback is closed and the business won the dispute.

Klarna reason

The Klarna reason is mapped to Stripe dispute reason and displayed in the Dashboard as Network Reason Code.

The Stripe reason is available in the Dispute object as reason and the Klarna reason is available in payment_method_details.klarna.reason_code. The data is available in the API and webhook.

See also

  • Respond to disputes
  • Dispute categories
  • Dispute evidence object
Was this page helpful?
YesNo
Need help? Contact Support.
Join our early access programme.
Check out our changelog.
Questions? Contact Sales.
LLM? Read llms.txt.
Powered by Markdoc