Skip to main content
POST
/
v1
/
members
/
{memberId}
/
payment-methods
Create member payment method
curl --request POST \
  --url https://api.halth.com/v1/members/{memberId}/payment-methods \
  --header 'Content-Type: application/json' \
  --data '
{
  "confirmationTokenId": "<string>"
}
'
{
  "id": "<string>",
  "brand": "<string>",
  "last4": "<string>",
  "customerId": "<string>"
}

Path Parameters

memberId
string
required

Body

application/json
confirmationTokenId
string
required

Response

201 - application/json
id
string
required
brand
string
last4
string
customerId
string