Got a suggestion on this documentation? Contact Us.
curl --location --request POST 'https://api-uat.kushkipagos.com/payment-credentials/v1/credential' \
--header 'Private-Merchant-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"alias": "",
"enable": false,
"hidden": true,
"merchant_id": "string",
"metadata": {
"key0": "value0",
"key1": "value1",
"key2": "value2"
}
}'{
"alias": "string",
"credential_id": "string",
"metadata": {
"key0": "value0",
"key1": "value1",
"key2": "value2"
},
"private_credential_id": "string",
"public_credential_id": "string"
}