FetchAchTokenByIdResponse: {
    code: string;
    message: string;
    status: string;
    token: AchTokenReponseObject;
}

Fetching an ACH/Bank token by token value response object

Type declaration

  • code: string

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

  • message: string

    Message associated with the response code.

  • status: string

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

  • token: AchTokenReponseObject

    The card token returned

Generated using TypeDoc