Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the transfer approval
Body
application/json
Request body for rejecting a transfer
Reason for rejecting the transfer
Maximum length:
1000
Example:
"Transfer amount exceeds daily limit"
Response
Transfer rejected successfully
Whether the operation was successful
Example:
true
Human-readable message about the operation
Example:
"Transfer rejected successfully"
ID of the approval being processed
Example:
"approval-123-e89b-12d3-a456-426614174002"
Current status after rejection
Available options:
REJECTED
Example:
"REJECTED"
Reason for rejection
Example:
"Transfer amount exceeds daily limit"
When the rejection was processed
Example:
"2024-01-15T11:00:00.000Z"