Sending Collect Page Reminders

Use this method to send payment reminders to all unpaid payers for the collect page. No method body is required.

Method Info
Url https://www.payit2.com/api/v1/collect-page/{Id}/send-reminders
Verb POST
Headers X-PayItSquare-AppKey, X-PayItSquare-Token
{Id} The id of the collect page.
Output
Property Data Type Other Info
IsSuccess Boolean Indicates if the call was successful or not.
Messages String Array Will contain a list of error messages if IsSuccess is false
Sample Success Response
{
  "IsSuccess": true,
  "Messages": []
}    
Sample Error Response
{
  "IsSuccess": false,
  "Messages": [
    "Error Message 1",
    "Error Message 2"
  ]
}