API Description
- Send payment link to borroewer.
API Endpoint
POST
/api/v1/inspection/{intake_token}/send-payment-link-to-borrowerPath Parameters
| Name | DataType | Value |
|---|---|---|
intake_token | String | value |
Body Payload
🔽 Payload
{
"to": [
"toemail@email.com"
],
"cc": [
"ccemail@email.com"
],
"comment": "This is comment"
}Responses
🟢 Success
{
"success": true,
"message": "Payment link has been successfully sent to borrower.",
"data": {},
"meta": {},
"errors": []
}