FetchCardTokenParams: {
    customer_id: string;
    token: string;
}

Available path parameters for fetching card token(s)

Type declaration

  • customer_id: string

    List all tokens by customer_id.

  • token: string

    The token value to fetch. Must be a valid 'STORED' token. Required if customer_id is not provided

Generated using TypeDoc