Skip to main content
← Back to changelog page

2023-08-29 — Add saved payment method management endpoints

The Checkout Admin API now includes two endpoints, List Saved Payment Methods and Delete Saved Payment Method, to manage customers' saved payment methods.

Merchants can now list and delete customers' saved payment methods via the Checkout Admin API.

List Saved Payment Methods requires the customer's public identifier and returns that customer's payment methods.

Delete Saved Payment Method requires a public payment identifier, and deletes the payment method from the associated customer.

For more information, these endpoints are also briefly described in the Display Payment Method Management for Checkout (PMMC) guide.