Got a suggestion on this documentation? Contact Us.
curl --location --request POST 'https://api-uat.kushkipagos.com/payment-credentials/v1/credential/search' \
--header 'Private-Merchant-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"limit": 0,
"offset": 0,
"merchantId": "string",
"filter": {
"alias": "string",
"merchantId": "string",
"privateCredentialId": "string",
"publicCredentialId": "string",
"credentialId": "string"
}
}'{
"data": [
{
"_source": {
"merchantId": "string",
"privateCredentialId": "string",
"publicCredentialId": "string",
"enable": true,
"alias": "string",
"created": 0,
"deleteAt": 0,
"hidden": true,
"credentialId": "string",
"type": "string"
}
}
],
"total": 0
}