Free
Free structured payment reference check (JSON body)
Same contract as the GET, with the reference in a JSON body — convenient for references carrying characters awkward to url-encode.
post/v1/reference/validate
Request body
Example request
{
"reference": "+++010/8068/17183+++"
}Response
Reference verdict
Example response
{
"reference": "RF18539007547034",
"check_digit_expected": "18",
"also_valid_as": {
"scheme": "viitenumero"
},
"as_of": "2023-10"
}