Skip to main content
PATCH
/
gateway
/
subscription-payments
/
cards
/
default
cURL
curl --request PATCH \
  --url https://api.example.com/gateway/subscription-payments/cards/default \
  --header 'Content-Type: application/json' \
  --data '
{
  "customerReference": "",
  "cardId": ""
}
'

Response

200

Card set successfully