{"id":63282,"library":"stripe-stripe-go","title":"Stripe Go","description":"Package stripe provides the binding for Stripe REST APIs.","status":"active","version":"70.15.0+incompatible","language":"go","source_language":null,"source_url":"https://github.com/stripe/stripe-go","tags":["stripe","payments","api","rest"],"install":[{"cmd":"go get github.com/stripe/stripe-go","lang":"bash","label":"Install github.com/stripe/stripe-go"}],"dependencies":[],"imports":[{"symbol":"stripe","correct":"github.com/stripe/stripe-go"}],"quickstart":{"code":"package main\n\nimport (\n    \"fmt\"\n    \"github.com/stripe/stripe-go\"\n    \"github.com/stripe/stripe-go/charge\"\n)\n\nfunc main() {\n    stripe.Key = \"sk_test_...\"\n    ch, _ := charge.New(&stripe.ChargeParams{\n        Amount:   2000,\n        Currency: \"usd\",\n        Source:   &stripe.SourceParams{Token: \"tok_visa\"},\n    })\n    fmt.Println(ch.ID)\n}","lang":"go","description":"Shows how to create a charge using the Stripe Go library."},"warnings":[{"fix":"Use the correct import path for your version; v70+ uses github.com/stripe/stripe-go/v70.","message":"Major version incompatibility: v70 uses a different API structure than earlier versions.","severity":"breaking","affected_versions":">=70.0.0"}],"env_vars":null,"search_vec":"'api':11,14 'bind':7 'go':2 'packag':3 'payment':13 'provid':5 'rest':10,15 'stripe':1,4,9,12","created_at":"2026-06-17T16:42:02.004068+00:00","updated_at":"2026-06-17T16:42:02.004068+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/stripe/stripe-go","github":"https://github.com/stripe/stripe-go","docs":"https://pkg.go.dev/github.com/stripe/stripe-go#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}