| API Step | Method | Endpoint | Purpose |
|---|---|---|---|
| Get CVV status | GET |
/thr/thredd/card-cvv/{publicToken}/cvv/status |
Retrieves CVV status and remaining tries. |
| Get PIN status | GET |
/thr/thredd/card-pin/{publicToken}/pin/status |
Retrieves PIN status and remaining tries. |
| Unblock CVV | PUT |
/thr/thredd/card-cvv/{publicToken}/cvv/status |
Unblocks CVV when the operation is supported. |
| Unblock PIN | POST |
/thr/thredd/card-pin/{publicToken}/pin/unblock |
Unblocks PIN and resets the PIN attempt counter when the operation succeeds. |