Skip to main content
POST
Disable card-transfer capability on a card

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

Platform request to revoke card-transfer capability on a user+card.

Immediately stops the card from initiating new transfers in the chosen direction(s) — use this for a lost, compromised, or user-removed card. Re-enabling requires a fresh enrollment request (SUA review). Transfers already in flight are unaffected.

user_id
string<uuid>
required
card_id
string<uuid>
required

UUID of the stored card to disable

direction
enum<string>
default:both

Which direction(s) to revoke: aft, oct, or both (default).

Available options:
aft,
oct,
both

Response

Successful Response

Standard response wrapper for single-object responses and errors.

Generic over the payload type. A route that declares CommonResponse[SomeModel] gets the real data schema rendered in OpenAPI/Swagger; a bare CommonResponse leaves data untyped.

status_code
integer
required

HTTP status code for the response.

data
any
required

Payload or error details.

query_generated_time
integer
required

UTC timestamp (milliseconds since epoch) when response was generated.