Get online credit card vault information

Overview

Allows you to get information about an online credit card vault. The properties of a vault that will be shown are:
- autoLockDate: Automatic expiry date and time set 1 year from creation as an ISO 8601 string date time. (always shown) FAQ
- dateCreated: Date and time when the vault was created as an ISO 8601 string date time. (always shown)
- lastModified: Date and time when the vault was read or updated as an ISO 8601 string date time. (always shown)
- metadata: Metadata tags associated with the vault (if present). FAQ

Structure

{
responseStatus {: Contains details about the response status
Type: JSON Object
Presence: required
code: The response status code
Type: optional
Values: alphanumeric, dashes
Presence: optional
detailedErrors [{: Contains error details if any error(s) occurred
Type: Array of JSON Objects
Presence: optional
errorReasons [: Contains reasons for the parent detailed error
Type: Array of string
Presence: optional
property: The JSON property in the request responsible for the parent detailed error
Type: string
Presence: optional
message: The response message
Type: string
Values: see Sanctum error messages
Presence: optional
status: The response status
Type: string
Values: ERROR, SUCCESS
Presence: required
autoLockDate: Marks the time when the vault will be automatically locked FAQ
Type: string
Format: ISO 8601 time-date
Example: "2018-09-27T06:55:23.045Z"
Presence: optional
dateCreated: Marks the time when the vault was created
Type: string
Format: ISO 8601 time-date
Example: "2018-09-27T06:55:23.045Z"
Presence: optional
lastModified: Marks the time when the vault was last updated or read
Type: string
Format: ISO 8601 time-date
Example: "2018-09-27T06:55:23.045Z"
Presence: optional
metadata {: Add metadata tags to the vault. FAQ

This JSON Object contains key/value pairs, with each pair representing a metadata tag.

Type: JSON Object
Format: <key>: <value>
Presence: optional
Max Key/Value pairs: 50
<key>: The key of the metadata tag.
Type: string
Values: utf8 (alphanumeric, dashes, underscores, spaces)
Presence: required
Min length: 1
Max length: 32
<value>: The value of the metadata tag.
Type: string
Values: utf8 (alphanumeric, dashes, underscores, spaces)
Presence: optional
Min length: 0
Max length: 255
}

Usage

API used
GET /sanctum/v1-2/vault/credit-card/online/{vaultUuid}/info