Skip to main content
When a customer pays with a card gateway, Payluk can save the card so they can reuse it on future payments. This group lets you list and remove those saved cards. All routes act on a specific customer, so they need the customer-id header.
Saving cards is a gated feature — it must be enabled on your merchant account. If it isn’t, these routes return 403 (“This feature is not enabled on your merchant account”).

Endpoints

RouteMethod & pathWhat it does
List customer debit cardsGET /v1/cardsReturns the customer’s saved cards (id, last4, brand). customer-id required; feature must be enabled.
Remove customer debit cardDELETE /v1/card/{cardId}Deletes a saved card by cardId. customer-id required.