Notification
Unique identifier for the Notification object in string format.
1Type of object.
notificationnotificationattributes object
Notification attributes.
Unique identifier for the Notification object.
1Unique identifier for the Organization object.
1Unique name for the type of notification.
mapping_requiredNotification data used to capture the extra notification details different for each notification type or name.
{"line_item":"gross_sales","jeti_label":"Gross Sales"}Date and time when the notification was created.
2024-06-06T13:47:41.491ZDate and time when the notification was ignored. It is null if the notification is not ignored.
2024-06-06T13:47:41.491ZDate and time when the notification was resolved. It is null if the notification is not resolved.
2024-06-06T13:47:41.491ZName of the organization
Name of the notification in title case.
Mapping RequiredState of the notification. It can be 'Pending', 'Ignored', or 'Resolved'. A notification is in 'Pending' state when it is created. It is in 'Ignored' state when resolved_at is null. It is in 'Resolved' state when resolved_at is not null.
PendingFormatted created_at date and time in the organization's timezone.
2024-06-06 09:47:41 EDTIssue details in HTML format.
<span>Stripe Balance is not mapped</span>Issue details in HTML format.
<p>Reconnect the connection</p>{
"id": "1",
"type": "notification",
"attributes": {
"id": 1,
"organization_id": 1,
"name": "mapping_required",
"data": {
"line_item": "gross_sales",
"jeti_label": "Gross Sales"
},
"created_at": "2024-06-06T13:47:41.491Z",
"ignored_at": "2024-06-06T13:47:41.491Z",
"resolved_at": "2024-06-06T13:47:41.491Z",
"organization_name": "string",
"type": "Mapping Required",
"state": "Pending",
"formatted_created_at": "2024-06-06 09:47:41 EDT",
"issue_details": "<span>Stripe Balance is not mapped</span>",
"resolve_actions": "<p>Reconnect the connection</p>"
}
}