# Double Agent for Fintech and payments

Step up. Don’t slam the door.

Spot automation on sensitive flows and ask for more proof instead of denying.

## What you get

- **Step-up, not deny.** Automated sessions get an extra check instead of a hard block. See [Clearance](https://doubleagent.so/docs/clearance.md).
- **The verdict on the payment.** Attach the verdict to Stripe metadata and write Radar rules on it. See [Stripe](https://doubleagent.so/docs/stripe.md).
- **Safehouse always on.** No listeners on payment fields and no key timing on the page. See [Safehouse](https://doubleagent.so/docs/safehouse.md).
- **Checked on your server.** Verify the token with @doubleagent-so/node before money moves. See [@doubleagent-so/node](https://doubleagent.so/docs/server.md).

## Default policy (profile `fintech`)

| Action | Policy |
|---|---|
| `payment, login` | Step-up |
| Every action | Safehouse on |

Set it with `data-profile="fintech"`, or leave `auto` to let the script pick it from the page.

## Where the label goes

- [Stripe](https://doubleagent.so/docs/stripe.md)
- [@doubleagent-so/node](https://doubleagent.so/docs/server.md)
- [REST API](https://doubleagent.so/docs/rest.md)
- [Debrief](https://doubleagent.so/docs/debrief.md)

## Install

Paste this to your coding agent:

```text
Install Double Agent on this site with data-profile="fintech". Briefing: https://doubleagent.so/install.md
```
