Optional
configuration: ConfigurationOptional
basePath: stringOptional
axios: AxiosInstanceAttaches a Payment Method to a Customer, converting it from single-use to reusable. Before attaching a card_present
Payment Method to a Customer, the Payment Method must have been successfully used on a Terminal Reader. Payment Methods expire 15 minutes after creation. After 15 minutes, the Payment Method can no longer be attached to a Customer.
Attach a Payment Method to a Customer
Request parameters.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Creates a single-use token for ACH debit which is used to create a Payment Method.
Create an ACH Debit Single-Use Token
Request parameters.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Creates a Payment Method. To use this endpoint, you must first submit your PCI Attestation of Compliance (AOC). Please contact integrations@tilled.com for information on how to submit your documentation.
Create a Payment Method
Request parameters.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Detaches a Payment Method from a Customer. Once detached, the Payment Method can no longer be used to confirm a Payment Intent.
Detach a Payment Method from a Customer
Request parameters.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Retrieves the details of an existing Payment Method.
Get a Payment Method
Request parameters.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Returns a list of Payment Methods for a given Customer. The Payment Methods are sorted with the most recently created appearing first.
List a Customer's Payment Methods
Request parameters.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Updates a Payment Method by setting the values of the provided parameters. Any parameters not provided will be left unchanged. The Payment Method must be attached to a Customer to be updated.
Update a Payment Method
Request parameters.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Generated using TypeDoc
PaymentMethodsApi - factory interface
Export