New fields added in POST /tokens/create_for_card request body: [browser_details]
- Affected surface
- POST /tokens/create_for_card
What changed
New fields added in POST /tokens/create_for_card request body: [browser_details] Affected surface: POST /tokens/create_for_card. Root cause: endpoint `POST /tokens/create_for_card`. Detected at Thu, 23 Jul 2026 05:18:26 UTC UTC.
Diff
{
"added_fields": [
"browser_details"
],
"path": "POST /tokens/create_for_card",
"schema_path": "POST /tokens/create_for_card request body"
}Likely impact
This is an additive change. Existing integrations are unaffected; this is mostly useful if you want to take advantage of the new surface.
Recommended action
Diff your serializers against the new schema. The diff above shows what moved.
Catch changes like this on every API you depend on.
Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.
