Toggle a Single Card Lock

Card lock/unlock utilizes a hybrid flow that attempts to process requests synchronously but switches to asynchronous processing for longer operations.

  1. Request: Submit the lock/unlock request.
  2. Immediate Response (< 30s): If processing completes within 30 seconds, the status UPDATED is returned directly in the response body. No further action is required.
  3. Delayed Response (> 30s): If processing exceeds 30 seconds, the system handles the request asynchronously. You can retrieve the result using one of the following methods:
    3.1. Method A (Recommended): Configure a webhook to receive an event notification immediately upon the process finishing.
    3.2. Method B (Polling): Manually retrieve the card data. We recommend waiting 3–5 seconds before calling the GET Card by UUID endpoint to ensure the new status is present.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Card's Uuid

Body Params
boolean
required

Card's status to be updated

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

204

No content

400

Bad Request

401

Unauthorized

403

Forbidden

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*
application/json