← BSV MCPInstall
Wallet

wallet_payments

PeerPay payment operations. Select operation and pass that operation's arguments in args. Receiving internalizes funds into the embedded wallet and acknowledges the MessageBox item.

Read as Markdown

Result

The selected PeerPay operation's result.

Permissions

Embedded payment-wallet only. Receive operations can internalize funds and acknowledge messages.

Operations

Pass the full tool name as operation and its input object as args. Available operations vary by wallet configuration.

Inputs and availability

Compact catalog · Local Vault · broadcasting disabled; Local Vault · all roles; Local Vault · payment role only; Local Vault + sponsor

FieldType / requiredDescription
operation"wallet_peerPayments"
Required
See schema for details.
argsobject
Optional
See schema for details.

default: {}

Nested fields are required only when their parent object or array item is supplied.

Full input schema
{
  "type": "object",
  "properties": {
    "operation": {
      "type": "string",
      "enum": [
        "wallet_peerPayments"
      ]
    },
    "args": {
      "default": {},
      "type": "object",
      "propertyNames": {
        "type": "string"
      },
      "additionalProperties": {}
    }
  },
  "required": [
    "operation"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}