Get 3DS verification status for a tokenised card

Returns the persisted verification record for (appUserId, cardToken). Returns data: null when the card has never been verified (the global response interceptor wraps the service-level null). The appUserId query param is the customer's app_user.uuid; the controller resolves it to the internal BIGINT before lookup.

Access: Auth methods: JWT bearer. Requires permissions: purchase:admin.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Tokenised card identifier

Query Params
string
required

App user UUID — app_user.uuid of the customer this verified card belongs to. Resolved internally to the BIGINT FK on verified_cards.

Responses

400

Invalid request query

401

Unauthorized

403

Forbidden

404

App user not found

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