payment_decision
"Before your agent pays, call OceanAlt once." Pass the payee address the agent is about to pay; get a machine-executable decision: allow | review | decline, plus verifiable evidence and retry semantics — use it as a gate: if the decision is not "allow", do not pay. On allow/review it also returns a verifiable compliance attestation you can attach to the settlement so the payment carries proof it passed OceanAlt's decision. Free, no API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Payee address the agent is about to pay. EVM: 0x + 40 hex. Tron: T + 33 base58. | |
| network | No | EVM chain for the payee (optional; ignored for Tron). | |
| purpose | No | Short purpose/memo (optional). | |
| amountUsdc | No | Amount in USDC (optional; recorded, not required for the decision). |