Vigilfield Docs
API referenceBilling

`GET /billing/payment-methods` — the org's saved cards from Stripe. Any admin may view (masked display fields only); empty when the org has never had a Stripe customer. A management API that does not answer is a `503`, never an empty list.

GET/billing/payment-methods

Response Body

application/json

curl -X GET "https://example.com/billing/payment-methods"
{  "data": [    {      "brand": "string",      "expiry_month": 0,      "expiry_year": 0,      "id": "string",      "is_default": true,      "last4": "string"    }  ],  "page": 0,  "page_size": 0,  "total": 0,  "total_pages": 0}