intent.approved
Triggered when an intent is successfully approved.
Field | Type | Description |
---|---|---|
id | string | Unique identifier for the intent |
tag | string | Your internal transaction identifier (if provided) |
direction | string | Either cash_in or cash_out |
amount | integer | Amount in cents (e.g., 5000 = $50.00) |
status | string | Intent status (approved) |
rail | string | Payment rail used (ach or card) |
currency | string | Currency code (USD) |
type | string | Payment type (push or card_only) |
limits_utilization | object | Object containing limit utilization details |
limits_utilization.daily_cash_in | string | Daily cash-in limit usage |
limits_utilization.daily_cash_out | string | Daily cash-out limit usage |
limits_utilization.monthly_cash_in | string | Monthly cash-in limit usage |
limits_utilization.monthly_cash_out | string | Monthly cash-out limit usage |
intent.declined
Triggered when an intent is declined.
Field | Type | Description |
---|---|---|
id | string | Unique identifier for the intent |
tag | string | Your internal transaction identifier (if provided) |
direction | string | Either cash_in or cash_out |
amount | integer | Amount in cents (e.g., 5000 = $50.00) |
status | string | Intent status (declined) |
decline_category | string | Reason for decline (e.g., insufficient_funds, fraud_risk) |
currency | string | Currency code (USD) |
type | string | Payment type (push or card_only) |