Skip to main content
POST
Respond to an approval request

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.

Headers

Idempotency-Key
string

Client-chosen key; replaying the same key + body returns the original response, a different body returns 409.

Path Parameters

id
string
required

The id.

Body

application/json

Approve or reject a pending approval request.

action
enum<string>
required

approve (pays every recipient as a real quick pay) or reject.

Available options:
approve,
reject
rejectionReason
string | null

Optional reason stored when rejecting.

Response

Approve/reject outcome; on approve, per-recipient payment results.

Result of an approve/reject action. On approve, results holds the per-recipient payment outcome.

data
object
required