Skip to content

Event Overview - Payload - Entity - Receipt

Target Audience: Users, Developers, Stakeholders

Introduction

This document defines the entity receipt for an event payload.

Description

The receipt entity in the payload object.

{
  "receipt": {
    "id": "622f061995cfebfded83078d",
    "organisation_id": "organisation",
    "created_at": "2022-03-14T10:08:41.823+01:00",
    "updated_at": "2022-03-14T10:08:41.823+01:00",
    "paid_at": "2022-03-14T09:08:39+00:00",
    "company_name": "News AB",
    "crn": "123123-1234",
    "order_id": "ORGANISATION-1",
    "contact_email": "",
    "phone_nr": "",
    "address": "",
    "receipt_text": "",
    "articles": [{
      "name": "Digital tidning - (prenumeration, 1 månad)",
      "type": "subscription",
      "amount": "32.0",
      "numbers": ""
    }],
    "sum": "32.0",
    "vat_specifications": [{
      "vat_amount": "1.811320754716981132075471699",
      "vat_percentage": "6",
      "net_amount": "30.188679245283018867924528301",
      "gross_amount": "32.0"
    }],
    "payment_method": "klarna_payments",
    "masked_cc_nr": ""
  }
}