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
required

The ID of the payment request you are approving.

approver
string
required

The 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.