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:
secret_key— the secret key found in the merchant's shop settingsapplication_id— the application ID received when creating the card issuance application
Response
Example response
Response parameters
| Name | Type | Description |
|---|---|---|
url |
string | Link to the archive with documents on the CDN |