# Attach payment card token to member

Use this endpoint for adding a card token to an existing member. 

This method requires an integration with a payment provider.

Endpoint: POST /payment-cards
Version: 4.3.2
Security: api_key

## Request fields (application/json):

  - `memberId` (string, required)
    The members Id
    Example: "15BE85AB-CD61-4A23-8C22-0981AD35DBD1S2010"

  - `token` (string, required)
    Card token to add to members list of payment cards
    Example: "2A9ACDD0-9113-4EF4-8EA9-FD343E040EE9"


## Response 200 fields

## Response 400 fields

## Response 401 fields

## Response 403 fields

## Response 409 fields
