Skip to main content
GET
Get a Link for the User to Verify an Already-Added Card

Authorizations

Authorization
string
header
required

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

Path Parameters

payment_method_id
string<uuid>
required

The unique ID of the saved card to verify.

Example:

"e5f6a7b8-c9d0-1234-5678-9abcdef01234"

Query Parameters

card_processing_id
string<uuid> | null

Optional. The card-processing account the card is tied to. Resolved from the card automatically; if supplied it must match the card's own account.

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.