credential_idGot a suggestion on this documentation? Contact Us.
curl --location --request PATCH 'https://api-uat.kushkipagos.com/payment-credentials/v1/credential/' \
--header 'Private-Merchant-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"alias": "string",
"merchantId": "string",
"metadata": {
"key0": "value0",
"key1": "value1",
"key2": "value2"
}
}'{
"code": "string",
"message": "string"
}