Payment Approval
The approval policy an account puts in front of its payments (a threshold, one to three approvers, whether the requester may approve, how long a request waits) and the requests it opens; a policy also refuses payments sent to the rails directly.
OBJECTThe Payment Approval objectThe approval policy an account puts in front of its payments (a threshold, one to three approvers, whether the requester may approve, how long a request waits) and the requests it opens; a policy also refuses payments sent to the rails directly.GETList all payment approvals
/payment-approvals · List approval requestsGETGet a payment approval by ID/payment-approvals/{id} · Read an approval requestGETRead an account's approval policy/payment-approvals/policies/{account_id}PUTSet what an account requires before a payment leaves: the threshold, how many approvers, whether the requester may approve, how long a request waits/payment-approvals/policies/{account_id}POSTApprove a payment; enough approvals send it/payment-approvals/{id}/approvePOSTReject a payment/payment-approvals/{id}/reject