Loading...
Payments APIPayments

Get payment's name match score

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

Return name match score for given payment.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

Identifier of the payment

Query Parameters

allowInitials?boolean

Allows for receiving an account holder name that contains an initial instead of a first name.

Defaulttrue

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://gateway.sandbox.volt.io/payments/string/name-match-score"
{
  "invocationId": "e9725468-0858-4dbb-af72-1e49c8254d68",
  "score": 0.89
}