send_payment
Validates and signs a Solana payment request, then sends the transaction after verifying the recipient address matches the expected one. Use for manual payment flows after independently verifying the recipient.
Instructions
Pay a Solana payment request (from a provider's job feedback). Validates protocol fee, verifies the expected recipient address matches, signs and sends the transaction. PREFER submit_and_pay_job or buy_capability which auto-verify the recipient from the provider's published capability card. Use send_payment only for manual payment flows where you have independently verified the recipient address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payment_request | Yes | ||
| expected_solana_recipient | Yes | Base58 Solana address you expect to receive the payment (from the provider card). |