Sync Loan Status

When to use it: You have received, in the connector, a loan request and the status in the lending provider has changed. Then you must notify Toqio about the new status.

webhookType: SYNC_LOAN_STATUS

model:

{  
    "loanId": "string",  
    "status": "PENDING_TO_BE_FUNDED | FUNDED | REPAID | IN_DEFAULT"  
}

schema

{  
    "loanId": "663e13ef80b142222c4508e8",  
    "status": "PENDING_TO_BE_FUNDED"  
}