Notifications
Returns previously sent notifications from Shinkansen
Returns a list of notifications from the participant.
get/notifications
Response
List of notifications
Example response
{
"meta": {
"current_page": 1,
"previous_page": null,
"next_page": 2,
"page_size": 20,
"total_count": 100,
"total_pages": 5
},
"data": [
{
"notification_id": "c5599fc3-4408-452b-9c49-da09f646e76f",
"original_notification_id": "xyz123",
"notification_date": "2023-08-11T08:14:41.078Z",
"transaction_date": "2023-08-11T08:14:40.078Z",
"transaction_accounting_id": "xyz1234567890",
"transaction_accounting_date": "2023-08-12T09:00:00.000Z",
"notification_type": "payin",
"referenced_shinkansen_transaction_ids": [
"ccf5b5b0-5b9b-4b5a-9c1a-7b1b5b9b5b9b"
],
"referenced_shinkansen_notification_ids": [
"c5599fc3-4408-452b-9c49-da09f646e76f"
],
"currency": "CLP",
"amount": "1000000.000000",
"description": "Abono a cuenta CLP",
"debtor": {
"name": "Matheiu Van Der Poel",
"identification": {
"id_schema": "CLID",
"id": "78527970-0"
},
"financial_institution": {
"fin_id_schema": "SHINKANSEN",
"fin_id": "BANCO_BICE_CL"
},
"account": "1234567890"
},
"creditor": {
"name": "Buda SpA",
"identification": {
"id_schema": "CLID",
"id": "88888888-8"
},
"financial_institution": {
"fin_id_schema": "SHINKANSEN",
"fin_id": "BCI_CL"
},
"account": "012180000118901234"
}
}
]
}