vellTRDocs
API ReferencePayoutsApprove Payout Draft

Approve Payout Draft

POST/v1/payout-drafts/{id}/approveOptional

Approve a draft; the in-process disburser fans each validated row out to a real payout (at most one payout per row).

Authentication

Signature Pattern

HMAC-SHA256(secretKey, "{timestamp}\nPOST\n/v1/payout-drafts/{id}/approve\n{sha256(body)}")
HeaderValueDescription
X-Api-Keypk_live_a1b2c3d4e5f6g7h8Merchant public API key
X-Signature{hmac_sha256_hex}Hex HMAC-SHA256 request signature
X-Timestamp2026-04-13T10:00:00ZISO 8601 UTC request time (±5 min)

Request Example

JSONRequest Body
{}

Response Parameters

FieldTypeExample
draftIdstring"drf_8192a3b4c5d6"
statusstring"approved"

Response Example

JSONResponse
{
  "draftId": "drf_8192a3b4c5d6",
  "status": "approved"
}

Status Codes

200Success
201Created
400Bad Request
401Unauthorized
404Not Found
429Rate Limited
Try itMock
POSThttps://api.pay.sandbox.kvell.group