Skip to content

Event Overview - Payload - Entity - Payment

Target Audience: Users, Developers, Stakeholders

Introduction

This document defines the entity payment for an event payload.

Description

The payment entity in the payload object.

{
    "payment": {
      "id": "622f061795cf2bfded83077e",
      "product_id": "607d31ff95cf3b500a33c993",
      "product_title_code": "TITLE_CODE",
      "product_title_name": "Title name",
      "user_product_id": "67458aa95cf1b500a31a438",
      "type": "normal",
      "state": "closed",
      "amount": "32.00",
      "vat_amount": "1.81",
      "transaction_number": "2LG88Q3X",
      "error_code": "",
      "created": "2022-03-14T10:08:39+01:00",
      "updated": "2022-03-14T10:08:41+01:00"
    }
}