# PaymentMethods Handle the configuration and management of different payment methods, including credit cards, PayPal, and other online payment systems. ## List customer payment methods - [GET /customers/{customer_id}/payment-methods](https://docs.vyafac.com/openapi/paymentmethods/listcustomerpaymentmethods.md): Retrieve all payment methods for a specific customer. ## Create customer payment method - [POST /customers/{customer_id}/payment-methods](https://docs.vyafac.com/openapi/paymentmethods/createcustomerpaymentmethod.md): Add a new payment method for a customer. ## Update a customer’s payment method - [PATCH /customers/{customer_id}/payment-methods/{id}](https://docs.vyafac.com/openapi/paymentmethods/updatecustomerpaymentmethod.md): Update a specific payment method. ## Delete a customer’s payment method - [DELETE /customers/{customer_id}/payment-methods/{id}](https://docs.vyafac.com/openapi/paymentmethods/deletecustomerpaymentmethod.md): Remove a specific payment method.