After creating a deal, you can now track a deal through the API. You will need the deal id, start date, funded date and advance amount.
Function:
Name: trackDeal
Type: POST
Parameters:
Name | Required? | Type | Description |
dealId | Yes | Long | The ID of the deal. You will receive this after addDeal |
startDate | Yes | Date | Collection Start Date |
fundedDate | Yes | Date | Funded Date of the deal |
advanceAmount | No | Decimal | By default advance amount will use the one sent via contract terms. If none supplied, advance amount and payback are required. |
paybackAmount | No | Decimal | If advance amount supplied, expected payback is required. |
adminFee | Yes | Decimal |