Skip to main content
POST
Accept instructions — actuate proposals (ALPHA)

Authorizations

x-api-key
string
header
required

Body

application/json
payment_agent_id
string
required
proposals
object[]
required
developer_fee
object

Your developer fee, declared per payout type. A conversion is charged the rate for the kind of payout it funds: swap_bps for a crypto payout, offramp_bps for a bank payout. Omit a rate, or send zero, and that payout type carries no fee at all — nothing is charged, nothing is added to the amount, and the agent is told nothing about a fee it could mention. The two are independent, so one conversation can charge a swap and stay silent about a bank payout in the same turn.

Both rates are DEFAULTS for the auto-accounts a request creates. An action-level fee_bps is an explicit override and still wins outright, for either type.

Response

Created instructions

mandates
object[]

Every mandate this batch DRAFTED, in full wire shape (identical to GET /mandates/{mandate_id}) — sign the §8 approval immediately, no follow-up fetch or polling. Pending until a signer other than the bound one approves.

instruction_ids
string[]