When to use it: You have received, in the connector, a loan request and the lender has sent an offer. When this offer changes in the lender side you must notify Toqio to sync the offer status.
webhookType: SYNC_LOAN_OFFER_STATUS
model
{
"loanOfferId": "string",
"status": "PROVIDED | ACCEPTED | CANCELLED"
}
example:
{
"loanOfferId": "60d7f7a3f163b41f94f89c24",
"status": "ACCEPTED"
}