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[]

  • Array [

  • tokenized_id integer

    Tokenized ID #

    customer_id integer

    Customer ID #

    name string

    Descriptive name for token (e.g. "Visa x4111")

    type string

    Type of token (usually "customer")

    paymethod_hint string

    (Optional) Either "crd" (credit card) or "ach" (ACH/bank accounts)

    expdate date

    (Optional; only required for First Data/Payeezy) Expiration date (YYYY-MM-DD) of the tokenized credit card

    type_hint string

    (Optional; only required for First Data/Payeezy) A credit card type (one of "visa", "mast", "disc", or "amex")

    token string

    The token value

    gateway string

    (Optional; only required if providing tokens for multiple gateways) A hint for which gateway this is a token for

    write_datetime string

    Date/time the tokenized payment method was stored

    mod_datetime string

    Date/time the tokenized payment method was edited

  • ]

Loading...