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
The ID of the payment request you are approving.
The ID of the person approving this request.
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?