Update Token

Path Params
string
required

Token ID

Body Params
string

First name of payment account holder. This value can be set when creating the token, either directly through the Token API or by using the tokenize parameter with the Transactions API. Any updated values sent in a Payments API request using this token will be stored.

string

Last name of payment account holder. This value can be set when creating the token, either directly through the Token API or by using the tokenize parameter with the Transactions API. Any updated values sent in a Payments API request using this token will be stored.

string

Email address of payment account holder. This value can be set when creating the token, either directly through the Token API or by using the tokenize parameter with the Transactions API. Any updated values sent in a Payments API request using this token will be stored.

string

Phone number of payment account holder. This value can be set when creating the token, either directly through the Token API or by using the tokenize parameter with the Transactions API. Any updated values sent in a Payments API request using this token will be stored.

billingAddress
object

The payment account holders billing address. This value is retained from the most recent transaction request in which it was included

string

ACH mandate text that the customer agreed to, authorizing the ACH debit. Required for ACH transactions with some processors.

string

Business name associated with the bank account. Used for corporate/business ACH transactions.

tptConfig
object

Third-party tokenization configuration. Contains settings used when exporting this token to a destination processor (e.g., shopper reference).

Headers
string

Unique key to ensure idempotency of requests. If provided, the server will return the same response for subsequent requests with the same key.

Responses

400

Request not serviced due to invalid format.

401

Invalid API key.

403

Forbidden to retreive token using the provided API key.

404

Token not found.

422

Unable to process token processor API for the provided credentials.

500

Unable to service request due to server-side error. Please reattempt request.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*