Credit Line Webhooks

The Credit-Line webhooks provide notifications about updates to consumers’ credit lines in your Upwardli Network.

Message Originations

Credit Line Webhooks

Event NameDescription
CreditLine.CreatedSent once a new Credit Line is created
CreditLine.UpdatedSent once a Credit Line is updated
CreditLine.ClosedSent once a Credit Line has been closed

Transaction Webhooks

Event NameDescription
CreditLine.Transaction.CreatedSent once a new transaction is created
CreditLine.Transaction.ClearedSent once a transaction is cleared
CreditLine.Transaction.ClosedSent once a transaction has been closed
CreditLine.Transaction.CanceledSent once a transaction has been canceled

Sample Credit Line Message Body

1{
2 "id": "ea04f0a8-b005-47cd-ba33-b02a00c0c426",
3 "created_at": "2023-06-23T07:41:50.45-04:00",
4 "event_name": "creditline.created",
5 "partner_id": "2f221c90-b82d-4e12-9bfd-ae8301097de3",
6 "resources": [
7 "https://api-sandbox.upwardli.com/v2/credit-line/4d67821a-c4a3-45a5-8b38-b02a00c0b562"
8 ],
9 "last_attempted_at": "2023-06-23T07:41:50.45-04:00"
10}

Sample Transaction Message Body

1{
2 "id": "ea04f0a8-b005-47cd-ba33-b02a00c0c426",
3 "created_at": "2023-06-23T07:41:50.45-04:00",
4 "event_name": "creditline.transaction.created",
5 "partner_id": "2f221c90-b82d-4e12-9bfd-ae8301097de3",
6 "resources": [
7 "https://api-sandbox.upwardli.com/v2/credit-line/4d67821a-c4a3-45a5-8b38-b02a00c0b562/transactions/0b76c0a9-2a19-4544-b73f-c865fadcc305"
8 ],
9 "last_attempted_at": "2023-06-23T07:41:50.45-04:00"
10}