# Payment Cards TODO ## Attach payment card token to member - [POST /payment-cards](https://dev.triggloyalty.com/openapi/payment-cards/addpaymentcard.md): Use this endpoint for adding a card token to an existing member. This method requires an integration with a payment provider. ## Get member by payment card token - [GET /payment-cards/token/{token}](https://dev.triggloyalty.com/openapi/payment-cards/getpaymentcards.md): Retrives a member by card token This method requires an integration with a payment provider. ## Get all payment cards by customerId - [GET /payment-cards/customerId/{customerId}](https://dev.triggloyalty.com/openapi/payment-cards/getpaymentcardsbymemberid.md): Method that returns a list of all payment cards attached to a member. If there are no cards attached to the member, an empty list will be returned. This method requires an integration with a payment provider. ## Delete payment card - [DELETE /payment-cards/{customerId}/{cardId}](https://dev.triggloyalty.com/openapi/payment-cards/deletecard.md): Method used for deleting card attached to member ## Create payment card signature - [POST /payment-cards/signature](https://dev.triggloyalty.com/openapi/payment-cards/createverifonesignature.md): Method used to create a payload that can be used to trigger a new card registration process. This metod requires addional services, please contact your advisor for more information.