> ## Documentation Index
> Fetch the complete documentation index at: https://docs.medera.info/llms.txt
> Use this file to discover all available pages before exploring further.

# Payment Methods

> Manage payment methods

## `POST /api/billing/payment-methods`

Attach a payment method (payment processor Payment Method ID).

### Example

```bash theme={"system"}
curl -X POST https://api.medera.info/api/billing/payment-methods \ -H "Authorization: Bearer $TOKEN" \ -H "Content-Type: application/json"

```
