intent.approved
Key | Type | Description |
---|---|---|
id | string | Unique identifier for the intent. |
idempotency_key | string | Idempotency key for the intent. |
direction | string | Direction (either cash_in or cash_out ) |
amount | float | Amount of the payment. |
status | string | Status of the intent. |
rail | string | Rail used to process (either ach or card ) |
currency | string | Currency code (USD). |
limits_utilization.daily_cash_in | string | Daily cash-in limit usage, formatted to two decimal places. |
limits_utilization.daily_cash_out | string | Daily cash-out limit usage, formatted to two decimal places. |
limits_utilization.monthly_cash_in | string | Monthly cash-in limit usage, formatted to two decimal places. |
limits_utilization.monthly_cash_out | string | Monthly cash-out limit usage, formatted to two decimal places. |
intent.declined
Key | Type | Description |
---|---|---|
id | string | Unique identifier for the intent. |
idempotency_key | string | Idempotency key for the intent. |
direction | string | Direction (either cash_in or cash_out ) |
amount | float | Amount of the payment. |
status | string | Status of the intent. |
decline_category | string | A reason for the decline. |
currency | string | Currency code (USD). |
sandbox
: delivery will be attempted 3 times.production
: delivery will be attempted for 3 days.