Payment Match Score

GET
/payments/{paymentId}/name-match-score

This endpoint will allow accurately matches naming nuances between merchant inputs and end-user bank records

AuthorizationBearer <token>

OAuth2 password grant - see the documentation in the oAuth2 Authentication section

In: header

Path Parameters

paymentId*string

UUID of the payment

Query Parameters

allow_initials?boolean

default: true - if set to false, receiving an account holder name that contains an initial instead of a first name will significantly impact the match score.

Response Body

application/json

application/json

curl -X GET "https://api.sandbox.volt.io/payments/string/name-match-score"
{
  "invocationId": "97428d91-f71f-49d8-9442-ae0b891b973f",
  "nameMatchScore": 0.5
}