Optional
configuration: ConfigurationAttaches 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
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
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
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
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
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
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
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Retrieves the details of an existing Payment Method.
Get a Payment Method
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
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
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Only return payment methods of the given type.
Customer identifier
Optional
metadata: { `metadata` key-value pairs to filter by. Only exact matches on the key-value pair(s) will be returned. Example: `?metadata[internal_customer_id]=7cb1159d-875e-47ae-a309-319fa7ff395b`.
Optional
offset: numberThe (zero-based) offset of the first item in the collection to return.
Optional
limit: numberThe maximum number of entries to return. If the value exceeds the maximum, then the maximum value will be used.
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
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Generated using TypeDoc
PaymentMethodsApi - functional programming interface
Export