You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make your API calls payable, you can use any x402 middleware library like x402-hono, x402-next, x402-express, etc.
44
+
To make your API calls payable, you can use the `verifyPayment` function in a simple middleware or in your endpoint directly.
45
45
46
-
Then, use the `facilitator`configuratino function settle transactions with your thirdweb server wallet gaslessly and pass it to the middleware.
46
+
Use the `facilitator`configuration function settle transactions with your thirdweb server wallet gaslessly and pass it to the `verifyPayment` function.
0 commit comments