action apidapp_post_wallet_account_id_pay { label: "post_wallet_account_id_pay" description: "Send payment from the account held within the wallet" provider: apidapp method: POST path: "/wallet/account/{id}/pay" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" } }