/billing/sources/{id}Get payment source
Base URL https://api.vseepreview.com/api_v3
Authentication: User Token — Requires a user access token from login or SSO.
Retrieve a specific payment source
| Name | In | Type | Required | Enum | Default | Description |
|---|---|---|---|---|---|---|
X-ApiToken | header | string | yes | API token (e.g. your_api_token) | ||
X-AccountCode | header | string | yes | Account code (e.g. vclinic) | ||
id | path | string | yes | Payment source ID (e.g. card_19DrgXBY2jn2BCqQNpjjzuay) | ||
room_code | query | string | no | Room code to scope the payment source | ||
provider_id | query | string | no | Provider ID (optional) to scope the payment source |
200 — Successful responseCard Details
{
"data": {
"id": "card_19DrgXBY2jn2BCqQNpjjzuay",
"type": "card",
"brand": "Visa",
"exp_month": 8,
"exp_year": 2017,
"last4": "4242",
"is_default": true
}
}
Machine-readable: OpenAPI JSON