CreateTokenResponse: {
    code: string;
    message: string;
    profile_id: string;
    status: string;
    token: string;
}

Type declaration

  • code: string

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

  • message: string

    Message associated with the response code.

  • profile_id: string

    Customer Id associated with token (if provided)

  • status: string

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

  • token: string

    The encrypted card token created

Generated using TypeDoc