Settlement Events

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.

FieldDescription
open_to_buyCustomer’s available balance. Obtained from the balance model. Available = available − balance on hold.
amountAuthorization amount. The amount is expressed as a negative value, as it represents a debit.
account_card_external_idUnique identifier provided by the processor for the creation of the customer’s account.
card_external_idUnique identifier provided by the processor for the creation of the customer’s card.
external_idUnique authorization identifier provided by the processor.
event_idUnique identifier of the event.
timestampEvent date and time.
typeEvent 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.

FieldDescription
open_to_buyCustomer’s available balance. Obtained from the balance model. Available = available − balance on hold.
amountTransaction amount.
account_card_external_idUnique identifier provided by the processor for the creation of the customer’s account.
card_external_idUnique identifier provided by the processor for the creation of the customer’s card.
external_idUnique identifier of the refinanced transaction.
event_idUnique identifier of the event.
timestampEvent date and time.
typeEvent 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"
}