Skip to main content

Querying for pay method tokens

GET 

/api/v3/tokenized

Available query parameter values for filtering:

  • customer_id
  • customer_external_key
  • customer_token

Request

Query Parameters

    where string

    customer_id:EQUALS:1000

    order string

    customer_id:ASC

    limit string

    2

    offset string

    8

Responses

Object was fetched successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable
    response object
Loading...