Skip to main content

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.

POST /api/billing/payment-methods

Attach a payment method (Stripe Payment Method ID).

Example

curl -X POST https://api.medera.ai/api/billing/payment-methods \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json"