Get a customer
Fetches a single customer by ID, including contacts, billing address, and tax details (rate, status, country, type, and taxability reason). The id path parameter accepts the Alguna account ID, a customer alias, or a connected-account external ID (such as a Stripe customer ID).
Authorizations
API key authentication. Pass your API key as a Bearer token.
Headers
2026-04-01 Path Parameters
Unique identifier for the customer
Response
Success
Timestamp when the customer was created
"2026-04-01T10:00:00Z"
ISO 4217 currency code
"USD"
Unique identifier for the customer
"cust_abc123"
Customer name
"Acme Corp"
Timestamp when the customer was last updated
"2026-04-01T12:30:00Z"
Alternative identifiers for the customer
Customer billing address
Customer contacts
ISO 3166-1 alpha-2 country code used for tax determination
"DE"
Customer tax identification number
"DE123456789"
Tax rate applied to the customer, expressed as a decimal fraction (0.20 = 20%)
"0.20"
Reason determining how tax is applied to the customer
standard_rated, reverse_charge, not_collecting, customer_exempt, zero_rated, other "standard_rated"
Customer tax status
"taxable"
Type of tax applied to the customer
gst, hst, igst, jct, lease_tax, pst, qst, sales_tax, service_tax, vat "vat"