Introduction

Besides responses in JSON-format, we provide endpoints to download transactional CSV reports, as well as PDF Summary, reports. Both reports can be downloaded for a specific payout as well as aggregated for a time range.

klarna_settlements_api_endpoints

For the day-to-day reconciliation of payments we recommend the following:

  • By performing the requests “get all payouts” you will get the totals of the payouts and the corresponding payment references as a response. The payment references are needed for the request “get transactions”.
  • Perform the request "get transactions". The response contains all related transactions of a payout.
  • If you prefer to use CSV-files for your reconciliation, you can query “Get CSV payout report” for a specific payment_reference.

Every transaction is related to a unique order_ID. All related transactions in the life-span of an order are associated with this ID. eg. fees or refunds. It is, therefore, the recommended identifier for reconciling the report lines with your system.

Resources are split into two broad types:

  • Collections, including pagination information: collections are queryable, typically by the attributes of the sub-resource as well as pagination.
  • Entity resources containing a single entity.