# Payment Method Manage your Payment Methods ## Get Payment Method - [GET /api/v1/payment/method/{id}](https://developers.prana.software/openapi/payment-method/getbyid_10.md): Get a specific payment method. ## Update Payment Method - [PUT /api/v1/payment/method/{id}](https://developers.prana.software/openapi/payment-method/update_10.md): Update a specific payment method. ## Delete Payment Method - [DELETE /api/v1/payment/method/{id}](https://developers.prana.software/openapi/payment-method/delete_10.md): Delete specific payment method. ## Create Payment Method - [POST /api/v1/payment/method](https://developers.prana.software/openapi/payment-method/create_12.md): Create a new payment method. ## List Payment Methods - [POST /api/v1/payment/method/search](https://developers.prana.software/openapi/payment-method/getall_14.md): Get all your payment methods.