Manually log a transaction against a card
Logs a transaction against a card. Useful for tracking spend that occurs outside of automatic Stripe webhook processing.Documentation Index
Fetch the complete documentation index at: https://usenaive.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Required | Description |
|---|---|---|---|
amount_cents | number | Yes | Transaction amount in cents |
merchant_name | string | No | Name of the merchant |
description | string | No | Description of the transaction |
agent_id | string | No | Agent UUID that initiated the transaction |
metadata | object | No | Arbitrary key-value metadata |
naive_cards_log_transaction