v18

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014211,6201.8 MB
gitpod.v1.BillingService

CreateCardVerification

Creates a card verification entry for an account, allowing them to skip credit card verification.

Use this method to:

  • Grant Ona for Open Source program participants immediate access
  • Mark pre-vetted accounts as credit card verified

Requires the 'create_card_verification' account permission.

Examples

  • Create card verification for open source maintainer:

    email: "maintainer@example.org"
    
post/gitpod.v1.BillingService/CreateCardVerification

Request body

emailstring email required

email is the exact email address of the account

freeCreditsinteger nullable

free_credits is the number of free credits to grant when the user's Core subscription is provisioned. If zero or unset, the default amount is used.

organizationIdstring uuid nullable

organization_id is the specific organization to verify (required if user has multiple orgs or already has a verified org)

reasonstring nullable

reason is an optional description of why this email is being approved (e.g., "Ona for Open Source - Project X")

Response

Success

GitpodV1CreateCardVerificationResponse required