Skip to content

Checkout

Create a Stripe checkout session for Developer plan subscription. Redirects to Stripe payment page.

Query Parameters

  • email - Your email address (required)

Response

{
  "status": "success",
  "checkout_url": "https://checkout.stripe.com/c/pay/cs_...",
  "plan": "Developer Plan - $19/month",
  "session_id": "cs_..."
}

Example

curl -X POST \
  "https://govconapi.com/api/v1/checkout?email=YOUR_EMAIL"

A REST API and MCP server for U.S. federal procurement data.

Get a free key, emailed instantly, or follow the quickstart.

Found something wrong, missing or confusing on this page?

Press Ctrl + Enter to send a note. Highlight text first and it travels with your note.