Skip to main content
POST
/
digitalbanking
/
db-transfers
/
v1
/
recipients
/
{id}
/
validate
Validate Recipient
curl --request POST \
  --url https://api.candescent.com/digitalbanking/db-transfers/v1/recipients/{id}/validate \
  --header 'Authorization: Bearer <token>'
{
  "valid": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Unique identifier of the recipient to validate

Response

Validation result

valid
boolean
message
string