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.
