Skip to main content
POST
Approve a transfer

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

approvalId
string<uuid>
required

ID of the transfer approval

Body

application/json

Request body for approving a transfer

comment
string

Optional comment explaining the approval decision

Maximum string length: 1000
Example:

"Approved after reviewing transaction details"

Response

Transfer approval recorded successfully

success
boolean

Whether the operation was successful

Example:

true

message
string

Human-readable message about the operation

Example:

"Transfer approved and initiated successfully"

approvalId
string<uuid>

ID of the approval being processed

Example:

"approval-123-e89b-12d3-a456-426614174002"

status
enum<string>

Current status after approval

Available options:
APPROVED
Example:

"APPROVED"

timestamp
string<date-time>

When the approval was processed

Example:

"2024-01-15T11:00:00.000Z"