Levain LabsLevain Labs
ApiBilling

List Payment Methods

List cards attached to the workspace's Stripe Customer.

List cards attached to the workspace's Stripe Customer.

GET
/api/v1/billing/payment-methods

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Header Parameters

X-API-Key?string|null

Response Body

application/json

application/json

curl -X GET "https://api.levainlabs.com/api/v1/billing/payment-methods"
[
  {
    "id": "string",
    "type": "string",
    "brand": "string",
    "last4": "string",
    "exp_month": 0,
    "exp_year": 0,
    "link_email": "string",
    "is_default": true
  }
]
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}