The configuration options for the class.
Processes a card authorization payment capture.
The card information for the original card authorization and capture amount.
A promise that resolves to the response of the card authorization capture.
Process a credit card payment.
Process a credit card payment.
A promise that resolves to the credit card payment response.
Process a credit card refund.
The payment card refund object.
The payment card refund response.
Processes a credit card void.
The payment card void object.
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.