When you use Autumn, you can also add your product to Vercel’s Marketplace without any additional code. Follow these steps to connect the Autumn partner API and webhooks to Vercel.Documentation Index
Fetch the complete documentation index at: https://docs-v1.useautumn.com/llms.txt
Use this file to discover all available pages before exploring further.
This is currently in beta, please reach out to us on Discord or email us at hey@useautumn.com to get access.
Step 1: Gather integration credentials and IDs
In your Vercel Integration Console, open your integration entry.- Copy the Client Integration ID.
- Copy the Client Integration Secret.
- Open Settings > Custom payment methods.
- Create a custom payment method named Vercel Marketplace.
- Upload the Vercel logo.
- Copy the resulting Custom Payment Method ID.
- Open Developer > Vercel Webhook.
- Add a new endpoint.
- Set the endpoint URL to your production API endpoint plus
/autumn/webhooks/vercel. - Confirm the router path is current before saving.
Step 2: Configure values in Autumn
In the Autumn Dashboard, open Developer > Vercel and set:Client Integration IDClient Integration SecretCustom Payment Method ID
Step 3: Configure values in Vercel
In the Vercel Integration Console, paste the Autumn Base URL into:- Partner API Base URL
- Webhooks URL
Step 4: Validate the webhook
Confirm webhook delivery in both systems:- Trigger a test event flow in Vercel.
- Verify Vercel receives callback requests for key create/delete events.
- Verify Autumn logs/receives the payload and updates API keys as expected.
.../autumn/webhooks/vercel) and update both sides if it has changed.
