Payment Requests
Pay a payment request
POST
/
payment-requests
/
{id}
/
pay
Approving a Payment Request
doesn’t automatically create a Payment
, to allow
multi-step approvals.
When you are ready to complete a request, whether or not you collected any approvals, you can use this endpoint.
Parameters
id
string
requiredThe ID of the payment request you are paying.
Returns
Returns the Payment Request object with the Payment ID.
Was this page helpful?