Delete a payment method for a customer
Permission required
deletehttps://api.paddle.com/customers/{customer_id}/payment-methods/{payment_method_id}
Deletes a customer payment method using its ID.
Deleted payment methods are no longer saved and presented to the customer for future purchases.
Saved payment methods can't be deleted if tied to an active, trialing, paused, or past_due subscription. Update the subscription's payment method first, then delete the saved payment method.
There's no way to recover a deleted saved payment method. It's permanently removed from that customer.
Path Parameters
customer_idstringrequired
Paddle ID of the customer entity to work with.
payment_method_idstringrequired
Paddle ID of the payment method entity to work with.
Response