Execute Peer-to-Peer Payment
execute_peer_to_peer_paymentCreate an incoming payment, request a quote, approve the outgoing grant, and complete the outgoing payment between two wallet addresses. Automates the peer-to-peer payment flow with approval handling.
Instructions
Orchestrate a full peer-to-peer payment flow: incoming payment, quote, interactive outgoing grant, and outgoing payment (blocks until approval).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | ||
| method | No | ||
| timeoutMs | No | ||
| incomingAmount | No | ||
| sendingWalletAddressUrl | Yes | ||
| receivingWalletAddressUrl | Yes |