Overview
This endpoint is used to create vaults that store any data that does not represent a credit card.
An offline vault can be created as a PERPETUAL, TIME_EXPIRY or LIMITED vault:
Vault Type | Description | How to create |
---|---|---|
PERPETUAL | This is the default vault type. This allows you to read and update the vault as many times as required without restrictions | Don't specify the maxUsage or expiryDate field in the vault object |
TIME_EXPIRY | Allows you to read or update a vault as many times as required up until the ISO 8601 specified expiry date | Specify the expiryDate field in the vault object |
LIMITED | Allows you to read the vault maxUsage amount of times. Updates do not count as a vault usage | Specify the maxUsage field in the vault object |
Details on valid time expiry and limited fields:
Determines the maximum amount of times the vault may be read.
Determines the period of time you may read/update this vault before it is deleted
No auto-expiry mechanism will be applied to generic vaults even if they are not used for a year or longer.
For more information about offline vaults see here.
Additionally the user may create metadata tags for their vault.
Add metadata tags to the vault.
Structure
Request
{
} The application details
} The application details
Response
{
} Contains details about the response status
Contains the details of the created vault
Usage
API used |
Comments
0 comments
Please sign in to leave a comment.