White-Label API

Get Config

GET/oris/whitelabel/configGet config
Response
"brand_name": "Acme Payments", "webhook_url": "https://acme.ai/webhooks", "custom_domain": "pay.acme.ai", "rate_limit_override": 5000, "features_enabled": ["micropayments", "marketplace", "fiat_bridge"]

Update

PATCH/oris/whitelabel/configUpdate settings
Request
"brand_name": "Acme", "webhook_url": "https://acme.ai/wh", "custom_domain": "pay.acme.ai"