post
http://{{url}}/v1/vault/cvv/
Modify a CVV vault token.
Request params
| field | required | type | description |
|---|---|---|---|
| vault_token | + | string (UIID) | A CVV UIID received at the creation stage |
Request body
| field | required | type | description |
|---|---|---|---|
| expires_at | +1 | string (ISO) | A card expiration date and time (should not exceed 30 days in the future since the moment the request was made) |
Response body
| field | required | type | description |
|---|---|---|---|
| uiid | + | string (uiid) | A CVV UIID |
| expires_at | +1 | string (ISO) | A card expiration date and time |
