Retrieve a message

Retrieve a message details

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

Path Parameters

NameTypeDescription

message_id*

string

The uuid of the message

{
    "uuid": "015eae65-6f57-47f0-86ad-1a7109105afb",
    "event": "payment.succeeded",
    "payload": {
        "fees": null,
        "uuid": "ea2e11d2-6497-43d4-90d6-a404fc589670",
        "ach_id": "123",
        "amount": 16.67,
        "status": "SUCCEEDED",
        "product": "LOC",
        "interest": null,
        "suspense": null,
        "principal": null,
        "ach_batch_id": "1000010988",
        "payment_type": null,
        "effective_date": "2022-03-20",
        "ending_balance": null,
        "completion_date": null,
        "initiation_date": "2022-01-25 00:00:00 IST",
        "error_description": "",
        "borrower_bank_account_uuid": "cda2916b-949e-40ba-8c0a-9f277bee2d66"
    },
    "status": "SUCCESS",
    "created_at": "2022-02-14 07:18:47 PST"
}

Be sure to omit `Content-Type': 'application/json' from the header of this request to avoid a 500 error

Last updated