Payment Requests
Approve a payment request
POST
/
payment-requests
/
{id}
/
approve
A request can be approved any number of times by any number of individuals in your Plane account.
Each approval will be independently listed on the Payment Request object.
Parameters
id
string
requiredThe ID of the payment request you are approving.
approver
string
requiredThe ID of the person approving this request.
reason
string
An optional description of why the request was approved, visible to the worker.
Returns
Returns the Payment Request object with a new approval.
Was this page helpful?