List all messages

Get list of all messages

GET https://sandbox-api.stilt.com/v1/webhooks/endpoints/messages

Request Body

{
    "pagination": {
        "offset": 1,
        "limit": 1,
        "total": 1
    },
    "data": [
        {
            "uuid": "0a5bddf8-7aee-44b6-be44-799d3805c953",
            "event": "payment.succeeded",
            "payload": {
                "fees": null,
                "uuid": "d1648945-27c8-4373-84b4-ad97421eda13",
                "ach_id": "123",
                "amount": 8.33,
                "status": "SUCCEEDED",
                "product": "LOC",
                "interest": null,
                "suspense": null,
                "principal": null,
                "ach_batch_id": "1000010988",
                "payment_type": null,
                "effective_date": "2022-04-14",
                "ending_balance": null,
                "completion_date": null,
                "initiation_date": "2022-02-14 00:00:00 IST",
                "error_description": "",
                "borrower_bank_account_uuid": "f9a9ac24-b1d5-48e5-abf9-08ab38f7ef60"
            },
            "status": "SUCCESS",
            "created_at": "2022-02-14 07:27:50 PST"
        }
    ]
}

Last updated