GET Path: /api/payments/providers Auth: None
Response
object[]
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Return which wallet top-up providers are enabled on this site, so the frontend can hide disabled channels and pick the right currency.
GET Path: /api/payments/providers Auth: None
curl https://ariacompute.com/api/payments/providers
{
"providers": [
{ "name": "stripe", "enabled": true, "currency": "USD", "region": "intl" }
]
}
GET /api/billing/settings returns similar information alongside wallet-specific UI configuration.Was this page helpful?