Loading...

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://example.com/payments/string/name-match-score"
{  "invocationId": "e9725468-0858-4dbb-af72-1e49c8254d68",  "nameMatchScore": 0.1}