v1
latestOpenAPI 3.1.02026-07-2685154311.7 KBTransfers
Reject a transfer
Rejects a transfer with a specified reason. If the reason is OTHER, a comment is required.
post/entities/{entityDID}/tx/{transferId}/reject
Path parameters
entityDIDstring did required
Decentralized Identifier (DID)
Example:did:web:vasps.id:jxnl0411:at
The DID of the entity
transferIdstring uuid required
Example:01f09c55-9de0-42c5-874f-237dcb51fd9f
The transfer ID
Request body
Example request
{
"reason": "COUNTERPARTY_RISK"
}Response
Transfer rejected successfully
Example response
{
"message": "Transfer rejected successfully"
}