Payment Match Score
This endpoint will allow accurately matches naming nuances between merchant inputs and end-user bank records
Authorization
oauth OAuth2 password grant - see the documentation in the oAuth2 Authentication section
In: header
Path Parameters
UUID of the payment
Query Parameters
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
}{}List payments GET
Reporting API available to fetch list of payments based on specific selection criteria
New embedded checkout request POST
The first step is to submit the details of the payment you'd like to initiate. We'll validate that all the required data is supplied and that it's a payment that Volt can support. Step-by-step instructions for creating an embedded checkout are available in our [integration guides](https://docs.volt.io/gateway/integration-embedded-v2/) area.