Cessio Docs
ReferenceWalletIncomingCidAccept

Accept one pending incoming transfer

For a node-hosted bot maker (external signing) this enqueues a sign action instead of settling immediately (202) — sign its `hash` and `POST /tx/execute`; the holding lands under the party once that runs.

POST
/wallet/incoming/{cid}/accept

For a node-hosted bot maker (external signing) this enqueues a sign action instead of settling immediately (202) — sign its hash and POST /tx/execute; the holding lands under the party once that runs.

Authorization

ApiKeyAuth
X-API-Key<token>

In: header

Path Parameters

cid*string

Contract id from GET /wallet/incoming

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/wallet/incoming/string/accept"
{  "actions": [    {      "id": "string",      "purpose": "user-service",      "description": "Sign your quote 97300.0 (2/2: swap proposal)",      "hash": "string",      "tradeId": "string",      "createdAt": "2019-08-24T14:15:22Z",      "expiresAt": "2019-08-24T14:15:22Z"    }  ]}