Get Name Match Score Threshold API

This API is used to fetch name score threshold using the payout merchant ID.

Sample request
curl --location 'https://uatoneapi.in/payout/merchant/nameMatchScoreConfig' \
--header 'Authorization: Bearer 2a708a367c5169d1643bf471f3c72c15be3334c67742d023dafc079a7ba67c2e' \
--header 'payoutMerchantId: 1111157'
Sample response
{
    "status": 0,
    "msg": "success",
    "code": null,
    "data": 70.0
}

Request parameters

Language
Authorization
Bearer
Click Try It! to start a request and see the response here!