Skip to main content

Payment Methods

The Payment Methods page is the area where registered cards are listed and card deletion operations are managed.

Access Path

  • Web: /billing/payment-methods

Major Transactions

  • List registered cards
  • Viewing card holder/card type information
  • Card expiration check (upcoming/expired)
  • Delete registered card

API Bits Used

  • GET /api/payments/cards/compact
  • DELETE /api/payments/cards/:ksGuid

Authorization Note

  • Cards are stored on a customer basis; Users under the same customer can see the lists.

:::info Manifest Code console:billing:payment-methods

:::