Looking for ePay classic docs? Go to docs.epay.dk
ePay documentationDocsePay documentation

CreateApiKeyResponse

namestring

A display name for the API key visible in the ePay backoffice. This can be used to indicate the reason or usage of the API key.

Example:
"My Name"
keystring

The API key. Keys starting with test_ is for the test environment and keys starting with live_ is for the live environment.

Example:
"test_13cfbcbf-fd20-4dc5-9b16-209f6c708119"
CreateApiKeyResponse
{  "name": "My Name",  "key": "test_13cfbcbf-fd20-4dc5-9b16-209f6c708119"}