Events related to the settlement process
setl_created
Confirmation of a card authorization or transaction presentment.
Within our core, this event implies the creation of a loan.
| Field | Description |
|---|---|
open_to_buy | Customer’s available balance. Obtained from the balance model. Available = available − balance on hold. |
amount | Authorization amount. The amount is expressed as a negative value, as it represents a debit. |
account_card_external_id | Unique identifier provided by the processor for the creation of the customer’s account. |
card_external_id | Unique identifier provided by the processor for the creation of the customer’s card. |
external_id | Unique authorization identifier provided by the processor. |
event_id | Unique identifier of the event. |
timestamp | Event date and time. |
type | Event type. |
{
"data":{
"open_to_buy":"3000",
"amount":"-1000",
"account_card_external_id":"1011",
"card_external_id":"54332278",
"external_id":"101"
},
"event_id":"5ecf55a5-1fca-4231-b171-cc72f7053228",
"timestamp":"2025-01-31 17:20:33 MST",
"type":"setl_created"
}setl_refinanced
A transaction has been refinanced.
| Field | Description |
|---|---|
open_to_buy | Customer’s available balance. Obtained from the balance model. Available = available − balance on hold. |
amount | Transaction amount. |
account_card_external_id | Unique identifier provided by the processor for the creation of the customer’s account. |
card_external_id | Unique identifier provided by the processor for the creation of the customer’s card. |
external_id | Unique identifier of the refinanced transaction. |
event_id | Unique identifier of the event. |
timestamp | Event date and time. |
type | Event type. |
{
"data":{
"open_to_buy":"3000",
"amount":"-1000",
"account_card_external_id":"1011",
"card_external_id":"54332278",
"external_id":"101"
},
"event_id":"5ecf55a5-1fca-4231-b171-cc72f7053228",
"timestamp":"2025-01-31 17:20:33 MST",
"type":"setl_refinanced"
}