API version & capabilities
Référence API
API version & capabilities
Public capability + version discovery. Feature-detect against
capabilities rather than assuming a version. Every /v1/* response
also carries the version in an X-SandPay-Api-Version header.
GET
API version & capabilities
Autorisations
API key in format sp_sk_test_... or sp_sk_live_....
Réponse
200 - application/json
API version + capability surface.
Date-based API version, e.g. 2026-05-31.
Exemple:
"2026-05-31"
Capabilities this instance supports (feature-detect against these).
Exemple:
[
"payments",
"refunds",
"disbursements",
"webhooks",
"test_clients",
"multi_environment",
"commission_split",
"order_linkage",
"reference_format"
]Minimum recommended @sandpay/node version for this API version.
Exemple:
"0.3.0"
URL of the Integration Changelog (what changed + upgrade steps).
Exemple:
"https://docs.sandpay.dev/integration-changelog"