Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get / remove the saved payment method.
GET /v1/billing/card
{ "brand": "visa", "last4": "4242", "expMonth": 12, "expYear": 2030, "pmId": "pm_1Q..." }
{ "brand": null, "last4": null, "expMonth": null, "expYear": null, "pmId": null }
DELETE /v1/billing/card
{ "ok": true }