Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
4 years agoCannot get credit card expire date and create date
Hi, I was using 1Password secret automation to get credit card items from vault. The result is fetched through HTTP GET request. When I look into the response, I found there is not value field for credit card field. therefore, I would like to know if there any one has run across similar issues and how they can fix it.
Below is part of the sample json response.
{'id': 'cvv', 'type': 'CONCEALED', 'label': 'verification number', 'value': '123'}, {'id': 'expiry', 'type': 'MONTH_YEAR', 'label': 'expiry date'}, {'id': 'validFrom', 'type': 'MONTH_YEAR', 'label': 'valid from'}
Thanks very much in advance!
K.
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
- Former Member
Hey!
Thank you for reporting this to us. It is indeed an issue with Connect about getting values that are not strings.I passed on this issue to my team and they are looking into this problem.
- kesorNew Contributor
Having the same problem, I don't mind the value for MONTH_YEAR to be given as a string ... but getting no value at all is really concerning.