Features overview
Use the Features API to list available features, check a customer's eligibility, and activate supported capabilities.
List available features or browse the operations in this category.
Learn how feature discovery, eligibility, and activation work.
How it works
Features are capabilities — such as cards, collections, or FX — that are switched on per customer. The lifecycle has three steps:
- Discover — call
GET /v1/risk/features. Without acustomer_idit returns all available features and their requirements; with acustomer_idit returns that customer's features and their activation status. - Check eligibility — call
POST /v1/risk/features/eligibilityto confirm the customer qualifies and see any outstanding requirements. - Activate — call
POST /v1/risk/features/activatewith thefeature_idand any requiredprovider_datafrom the feature's requirements.
Endpoints
| Endpoint | Description |
|---|---|
GET /v1/risk/features |
List available features, or a customer's features and activation status |
POST /v1/risk/features/eligibility |
Check a customer's eligibility for a feature and list its requirements |
POST /v1/risk/features/activate |
Activate a feature for a customer |
Authentication
All requests use https://api.gravv.xyz/v1/ and authenticate with the Api-Key header. See Authentication for details.
Was this page helpful?