Skip to main content

Store a pay method token

POST 

/api/v3/tokenized

Store an already tokenized credit card in ChargeOver.

Request

Body

    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

Responses

Object was created successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable

    response

    object

    id integer
Loading...