Manage Customer Payment Instrument Tokens {#tms-manage-cust-pi-tkn}
===================================================================

This section contains information on managing customer payment instrument tokens.  
Customer payment instruments are payment instruments that are linked to a specific customer token. The following payment instruments are supported:

* Payment card
* Tokenized card (Apple Pay and Android Pay)
* ACH bank account
  {#tms-manage-cust-pi-tkn_ul_c52_kb2_pwb}  
  You can create, retrieve, update, or delete a payment instrument by submitting an HTTP `POST`, `GET`, `PATCH`, or `DELETE` operation to the `tms/v2/customers/`*{customerTokenId}*`/payment-instruments` endpoint. Use the `TMS` REST API payment instrument endpoint to:
* [Create a customer payment instrument token](/docs/vas/en-us/tms/developer/ctv/rest/tms/tms-cust-tkn/tms-cust-pi-tkn/tms-manage-cust-pi-tkn/tms-cust-pi-tkn-create-intro.md "")
* [Retrieve a customer payment instrument token](/docs/vas/en-us/tms/developer/ctv/rest/tms/tms-cust-tkn/tms-cust-pi-tkn/tms-manage-cust-pi-tkn/tms-cust-pi-tkn-retrieve-intro.md "")
* [Update a customer payment instrument](/docs/vas/en-us/tms/developer/ctv/rest/tms/tms-cust-tkn/tms-cust-pi-tkn/tms-manage-cust-pi-tkn/tms-cust-pi-tkn-update-intro.md "")
* [Delete a customer payment instrument](/docs/vas/en-us/tms/developer/ctv/rest/tms/tms-cust-tkn/tms-cust-pi-tkn/tms-manage-cust-pi-tkn/tms-cust-pi-tkn-delete-intro.md "")
  {#tms-manage-cust-pi-tkn_ul_g1m_jxw_mwb}  
  For more information on customer tokens and payment instrument tokens, see [Customer Tokens](/docs/vas/en-us/tms/developer/ctv/rest/tms/tms-overview/tms-token-types/tms-cust-tkn-intro.md "") and [Payment Instrument Tokens](/docs/vas/en-us/tms/developer/ctv/rest/tms/tms-overview/tms-token-types/tms-pi-tkn-intro.md ""), respectively.

