InspectionPlace OrderSend a Payment Link

API Description

  • Send payment link to borroewer.

API Endpoint

POST
/api/v1/inspection/{intake_token}/send-payment-link-to-borrower

Path Parameters

NameDataTypeValue
intake_token
Stringvalue

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": []
}