X402
Configure flow to require payment
const flowId = 3623;
const id = await owner.deployFlow(flowId);Name
Format
Type
Description
await supabase.from("flow_deployments_x402_fees").insert(
{
user_id: user_id!,
deployment_id: id,
amount: 0.01,
enabled: true,
network: "solana-devnet",
pay_to: walletId,
},
);Start flow and automatically pay fees with x402-fetch
Last updated