Request body for event payment.
{
"event_id": "0bae6dfc-8200-009e-9c16-c149ce5b019b",
"timestamp": "2022-12-13 17:03:39",
"event_type": "PAYMENT",
"event_detail": "PAYMENT_PROCESSED",
"data": {
"id": "0c28bf4f-d600-00ab-5a9e-bf8f4af12cd9",
"name": "payment to A",
"memo": "memo",
"category": "TRANSFER",
"description": "purchase item A",
"total_amount": 12501,
"reference_id": "test14",
"tags": [
"tag1"
],
"status": "IDLE/PROCESSING/COMPLETED",
"reason": null,
"created_at": "2022-12-13 17:03:39",
"updated_at": "2022-12-13 17:03:39",
}
}
Field | Type | Description |
---|---|---|
id | String UUID | Payment Identifier from Monit system. |
name | String | Payment's name. |
memo | String (nullable) | Payment's memo. |
category | String | TRANSFER. |
description | String (nullable) | Payment's description. |
total_amount | Number | Payment's total amount. |
reference_id | String | Reference identifier from your system. |
tags | List of String | Payment's tags. |
status | String | Payment' status, Please check Payment Object page for the details. |
created_at | String date time | Date time when payment is created. |
updated_at | String date time | Date time when payment is last updated. |
reason | String (nullable) | Reason if payment status is FAILED |