Payment Requests
Decline a payment request
POST
/
payment-requests
/
{id}
/
decline
Declines a payment request and sends it back to the worker.
Parameters
The ID of the payment request you are declining.
The ID of the person declining this request.
A description of why the request was declined, visible to the worker.
Whether the worker is asked to correct their request. Defaults to true
. When false
,
the request will be permanently declined.
Note: Permanently declining a request won’t prevent the worker from submitting a new request.
Returns
Returns the Payment Request object with a new approval.
Was this page helpful?