v1
latestOpenAPI 3.1.02026-07-26290133.2 KBValidate Beneficiary
Validate a beneficiary without creating one first to ensure that beneficiary details are valid for a given payment type and currency.
post/beneficiaries/validate
Request body
Response
200
Example response
{
"beneficiaryValidationResultSet": [
{
"paymentType": "CHAPS",
"valid": true
}
]
}