FetchCardTokenByCustomerResponse: {
    code: string;
    count: number;
    message: string;
    status: string;
    tokens: CardTokenResponseObject[];
}

Fetching a credit card token by customer ID value response object array

Type declaration

  • code: string

    The payment gateway response code. See Payment Response Codes for code descriptions.

  • count: number

    The number of results returned

  • message: string

    Message associated with the response code.

  • status: string

    The status of the transaction. Possible response values are 'approved', 'declined' and 'error'.

  • tokens: CardTokenResponseObject[]

    The list of card tokens associated with the customer

Generated using TypeDoc