Got a suggestion on this documentation? Contact Us.
curl --location --request POST 'https://api-uat.kushkipagos.com/payment-credentials/v1/credential/suggestions' \
--header 'Private-Merchant-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"searchTerm": "string",
"merchantId": "string"
}'{
"data": [
{
"privateCredentialId": "c17b3418491f4e29b611671b550c16af",
"hidden": false,
"merchantId": "20000000105929933000",
"deleteAt": 0,
"enable": true,
"created": 1633834893758,
"alias": "Location 3",
"credentialId": "3fb772c889ee4f2d953fc440a20fb7d0",
"type": "slave",
"publicCredentialId": "03ba5b51cb1f406e8be9ba0bb97a5229"
}
],
"total": 2
}