The configuration options for the class.
Create a credit card token.
The request object containing the card details and customer information.
A promise that resolves to the response object containing the card token.
Create a credit card token.
The request object containing the card details and customer information.
A promise that resolves to the response object containing the card token.
Delete a payment token from the secure vault.
The delete card token parameters.
Lists ACH/Bank card tokens by Customer ID.
The fetch card token parameters.
Fetches an ACH/bank token by token value.
The fetch ACH/Bank token parameters.
Lists credit card tokens by Customer ID.
The fetch card token parameters.
Fetches a credit card token by token value.
The fetch card token parameters.
Rollback a payment token to the prior token value.
The rollback card token parameters.
Rotate a payment token (create new encrypted token from existing card token).
The rotate card token parameters.
Update credit card tokens expiration date.
The update card token expire date parameters.
Protected
requestSends a request to the specified endpoint with optional query parameters and options.
The endpoint to send the request to.
Optional
queryParams: Record<string, any>Optional query parameters for the request.
Optional
options: RequestInitOptional additional options for the request.
A promise that resolves to the response data.
Generated using TypeDoc
Constructor function for the Config class.