Applications
This page contains information about managing applications/mandates.
Overview
Create application
Creates a new application with one or more individuals specified details. The 'suppress_email_notification' field allows users to suppress all email notifications from Tiller. Set it to true to suppress, or false to allow notifications.
application/jsonapplication/jsonThe name of the application.
YOUR_APPLICATION_NAMEThe unique reference for the mandate.
MANDATE_REFERENCEThe ID of the mandate type.
1If set to true, it will suppress all email communications from Tiller.
falseRetrieve application
Retrieves details of a specific application identified by its ID.
application/jsonapplication/jsonComplete application
Reject application
Delete application
Deletes the application associated with the provided ID.
No content
Archive application
Archives the specified application, changing its status but retaining its data.
application/jsonapplication/jsonAccept check
Accepts a check, setting its status to 'manually_accepted'.
application/jsonA comment explaining the reason for accepting the check
This is a comment for the acceptance of this checkThe context of the comment, e.g., 'IndividualCheck'
IndividualCheckThe unique reference ID for the check
123456The check has been successfully accepted.
Check acceptedUnauthorized request.
The check was not found.
Reject check
Rejects a check, setting its status to 'manually_rejected'.
application/jsonA comment explaining the reason for rejecting the check
This is a comment for the rejection of this checkThe context of the comment, e.g., 'IndividualCheck'
IndividualCheckThe unique reference ID for the check
123456The check has been successfully rejected.
Check rejectedUnauthorized request.
The check was not found.
Was this helpful?