# 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.

## Result

The selected PeerPay operation's result.

## Permissions

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

## Compact operations

Pass the full tool name as operation and its inputs as args.

- [wallet_peerPayments](https://bsvmcp.com/docs/tools/wallet_peerPayments)

## Definition 1 (compact)

Registered in: Local Vault · broadcasting disabled; Local Vault · all roles; Local Vault · payment role only; Local Vault + sponsor.

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.

| Field | Type | Required | Description | Constraints |
| --- | --- | --- | --- | --- |
| operation | "wallet_peerPayments" | Yes |  |  |
| args | object | No |  | default: {} |

Nested requirements apply when their parent is supplied.

### Input schema

```json
{
  "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"
}
```

[All tools](https://bsvmcp.com/docs/tools)