Skip to content

Card Issuance Documents

Method for getting a link to the archive with documents for card issuance.

URL

Method: GET

  • Production: https://api.baas.kvell.group/v1/issue-card/applications/{application_id}/docs
  • Stage: https://api.baas.stage.kvell.group/v1/issue-card/applications/{application_id}/docs

Request headers

Name Data type Required Description
X-Api-Key string Yes Unique shop identifier
X-Signature string Yes Signature

The X-Signature signature is formed by concatenating X-Api-Key, application_id, and secret_key. A sha256 hash is computed from the resulting string:

sha256({x-api-key}{application_id}{secret_key})
  • secret_key — the secret key found in the merchant's shop settings
  • application_id — the application ID received when creating the card issuance application

Response

Example response

{
    "url": "http://cdn.example.com/issue-card/applications/12/docs.zip",
}

Response parameters

Name Type Description
url string Link to the archive with documents on the CDN